about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-11-01 18:39:21 +0900
committersefidel <contact@sefidel.net>2022-11-01 18:39:21 +0900
commitfe967b00e57444253cbac0c895c7fb3ecf4819a4 (patch)
tree34c2ad118a417b75ffe0ef0c44291c43075127e6 /flake.nix
parent785c359a2ad2b753726e07d82928c2a3cd855c73 (diff)
downloadnixrc-fe967b00e57444253cbac0c895c7fb3ecf4819a4.tar.gz
nixrc-fe967b00e57444253cbac0c895c7fb3ecf4819a4.zip
chore: use sourcehut notation
* underlying PR nix#5342 was merged
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
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";
   };