summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-22 01:36:12 -0400
committerseth <[email protected]>2024-05-22 16:21:31 -0600
commit5092d107cd85187678383a0ea7dbcfbaef539064 (patch)
treed4c162807ac5bbaf8577633699a4a9e9c0145210 /flake.nix
parent5c0438c40fd53127d4f59f22ba8bc8ba6a2ca05f (diff)
flake: use nixpkgs from github directly
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a66c833..0e3e12c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,9 @@
extra-trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="];
};
- inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*.tar.gz";
+ inputs = {
+ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
+ };
outputs = {
nixpkgs,