summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-14 16:23:32 -0500
committerseth <[email protected]>2023-12-14 18:03:17 -0500
commit270a8ec6ecfea9ff1365a60aa215db5a8ff8ea34 (patch)
tree464277cec58c8a8a55e428d0e8069d65163fa7b7 /flake.nix
parentd1fa024ed29e6d86994f3df4ebe54fa6e7426298 (diff)
flake: use nixpkgs from flakehub
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bf6d68b..5c80d10 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,7 @@
extra-trusted-public-keys = ["nix-exprs:mLifiLXlGVkkuFpIbqcrCWkIxKn2GyCkrxOuE7fwLxQ="];
};
- inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
+ inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz";
outputs = {
nixpkgs,