summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
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";