From: Preston Pan Date: Mon, 7 Apr 2025 00:03:42 +0000 (-0700) Subject: new flake lock X-Git-Url: https://ret2pop.net/gitweb/monorepo.git?a=commitdiff_plain;h=6ce5d1cc0f77b7994412ddfca62fe151800db48e;p=monorepo.git new flake lock --- 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";