diff options
| author | seth <[email protected]> | 2024-05-22 01:36:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 16:21:31 -0600 |
| commit | 5092d107cd85187678383a0ea7dbcfbaef539064 (patch) | |
| tree | d4c162807ac5bbaf8577633699a4a9e9c0145210 /flake.nix | |
| parent | 5c0438c40fd53127d4f59f22ba8bc8ba6a2ca05f (diff) | |
flake: use nixpkgs from github directly
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |
