summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 746c9134..2cc62dfe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,7 +21,7 @@
21 type = "github"; 21 type = "github";
22 owner = "NixOS"; 22 owner = "NixOS";
23 repo = "nixpkgs"; 23 repo = "nixpkgs";
24 ref = "22.11"; 24 ref = "23.05";
25 }; 25 };
26 home-manager = { 26 home-manager = {
27 type = "github"; 27 type = "github";
@@ -33,7 +33,6 @@
33 ref = "nixos-late-start"; 33 ref = "nixos-late-start";
34 inputs = { 34 inputs = {
35 nixpkgs.follows = "nixpkgs"; 35 nixpkgs.follows = "nixpkgs";
36 utils.follows = "flake-utils";
37 }; 36 };
38 }; 37 };
39 sops-nix = { 38 sops-nix = {