diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-06-22 14:46:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-06-22 14:52:00 -0600 |
| commit | 98b81e8f44a52ef70baa8cff864138d11b3ed037 (patch) | |
| tree | a61593e44f6c427e1dc6422c952cd30dded85c41 | |
| parent | 7661bf13fe91fc47244d3bde08fa0f772a15ce92 (diff) | |
flake: fix nixpkgs unstable input
Previously, it was (incorrectly) coming from nixpkgs/master.
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; - unstable.url = "github:nixos/nixpkgs"; + unstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager/release-24.05"; |
