diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-04-06 17:03:42 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-04-06 17:03:42 -0700 |
| commit | 6ce5d1cc0f77b7994412ddfca62fe151800db48e (patch) | |
| tree | 318a1731228396b6080853dd6ab345243d025ae8 | |
| parent | be21b2170dc0f99b8d6a658bac646c156bb5bb7b (diff) | |
new flake lock
| -rw-r--r-- | nix/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 048663c..3d72fd4 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -2,7 +2,7 @@ description = "Emacs centric configurations for a complete networked system"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nur.url = "github:nix-community/NUR"; sops-nix.url = "github:Mic92/sops-nix"; scripts.url = "github:ret2pop/scripts"; |
