diff options
Diffstat (limited to 'flake.nix')
-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"; }; |