diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-07-21 20:45:32 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-08 21:49:40 +0200 |
| commit | f6443191cb58f9bc22741d31e9bc606097b41055 (patch) | |
| tree | 022fe4bdd13c93e5f220bf593e02d6dccdf7937f /flake.nix | |
| parent | 6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a (diff) | |
| download | nixos-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.nix | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -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 = { |
