diff options
author | sefidel <contact@sefidel.net> | 2022-02-13 13:01:01 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-13 13:01:01 +0900 |
commit | b0ad20a31cc215b250043e0dad5024122dc2b578 (patch) | |
tree | e8fb2703f6b790257548a88292762782da410d8e | |
parent | e2b164807b208cb9c099c0b024646fcdde96d3d9 (diff) | |
download | nixrc-b0ad20a31cc215b250043e0dad5024122dc2b578.tar.gz nixrc-b0ad20a31cc215b250043e0dad5024122dc2b578.zip |
chore: ~boppy -> ~zachel
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | flake.lock | 4 | ||||
-rw-r--r-- | flake.nix | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index c3004c6..4dd2a92 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # nixrc -[![CI status](https://builds.sr.ht/~boppy/nixrc/commits/.build.yml.svg)](https://builds.sr.ht/~boppy/nixrc/commits/.build.yml) +[![CI status](https://builds.sr.ht/~zachel/nixrc/commits/.build.yml.svg)](https://builds.sr.ht/~zachel/nixrc/commits/.build.yml) [![ISC License](https://img.shields.io/badge/license-ISC-0475b5)](https://www.isc.org/licenses/) [![NixOS Unstable](https://img.shields.io/badge/NixOS-unstable-blue.svg?style=flat-square&logo=NixOS&logoColor=white)](https://nixos.org) diff --git a/flake.lock b/flake.lock index 5b0ade9..eceb1ad 100644 --- a/flake.lock +++ b/flake.lock @@ -15,12 +15,12 @@ "rev": "ec91c0c2b57700398427fdc218bb3df2f448e9a6", "revCount": 35, "type": "git", - "url": "https://git.sr.ht/~boppy/chaotic-nixpkgs" + "url": "https://git.sr.ht/~zachel/chaotic-nixpkgs" }, "original": { "ref": "main", "type": "git", - "url": "https://git.sr.ht/~boppy/chaotic-nixpkgs" + "url": "https://git.sr.ht/~zachel/chaotic-nixpkgs" } }, "flake-compat": { diff --git a/flake.nix b/flake.nix index e534018..a0b253b 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ neovim.inputs.nixpkgs.follows = "unstable"; # https://github.com/NixOS/nix/pull/5342 - chaotic-nixpkgs.url = "git+https://git.sr.ht/~boppy/chaotic-nixpkgs?ref=main"; + chaotic-nixpkgs.url = "git+https://git.sr.ht/~zachel/chaotic-nixpkgs?ref=main"; chaotic-nixpkgs.inputs.nixpkgs.follows = "unstable"; }; |