summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-04-06 17:03:42 -0700
committerPreston Pan <ret2pop@gmail.com>2025-04-06 17:03:42 -0700
commit6ce5d1cc0f77b7994412ddfca62fe151800db48e (patch)
tree318a1731228396b6080853dd6ab345243d025ae8 /nix
parentbe21b2170dc0f99b8d6a658bac646c156bb5bb7b (diff)
new flake lock
Diffstat (limited to 'nix')
-rw-r--r--nix/flake.nix2
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";