diff options
author | sefidel <contact@sefidel.net> | 2022-11-01 18:39:21 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-11-01 18:39:21 +0900 |
commit | fe967b00e57444253cbac0c895c7fb3ecf4819a4 (patch) | |
tree | 34c2ad118a417b75ffe0ef0c44291c43075127e6 | |
parent | 785c359a2ad2b753726e07d82928c2a3cd855c73 (diff) | |
download | nixrc-fe967b00e57444253cbac0c895c7fb3ecf4819a4.tar.gz nixrc-fe967b00e57444253cbac0c895c7fb3ecf4819a4.zip |
chore: use sourcehut notation
* underlying PR nix#5342 was merged
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index abedd43..16e7045 100644 --- a/flake.nix +++ b/flake.nix @@ -18,8 +18,7 @@ rust.url = "github:oxalica/rust-overlay"; rust.inputs.nixpkgs.follows = "unstable"; - # https://github.com/NixOS/nix/pull/5342 - chaotic-nixpkgs.url = "git+https://git.sr.ht/~zachel/chaotic-nixpkgs?ref=main"; + chaotic-nixpkgs.url = "sourcehut:~zachel/chaotic-nixpkgs"; chaotic-nixpkgs.inputs.nixpkgs.follows = "unstable"; }; |