summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-07-21 20:45:32 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-08-08 21:49:40 +0200
commitf6443191cb58f9bc22741d31e9bc606097b41055 (patch)
tree022fe4bdd13c93e5f220bf593e02d6dccdf7937f /flake.nix
parent6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a (diff)
downloadnixos-f6443191cb58f9bc22741d31e9bc606097b41055.tar
nixos-f6443191cb58f9bc22741d31e9bc606097b41055.tar.gz
nixos-f6443191cb58f9bc22741d31e9bc606097b41055.tar.bz2
nixos-f6443191cb58f9bc22741d31e9bc606097b41055.tar.xz
nixos-f6443191cb58f9bc22741d31e9bc606097b41055.zip
...
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 = {