diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -13,11 +13,9 @@ | |||
13 | inputs = { | 13 | inputs = { |
14 | nixpkgs = { | 14 | nixpkgs = { |
15 | type = "github"; | 15 | type = "github"; |
16 | # owner = "NixOS"; | 16 | owner = "NixOS"; |
17 | owner = "gkleen"; | ||
18 | repo = "nixpkgs"; | 17 | repo = "nixpkgs"; |
19 | # ref = "nixos-unstable"; | 18 | ref = "nixos-unstable"; |
20 | ref = "ppp-systemd"; | ||
21 | }; | 19 | }; |
22 | nixpkgs-pgbackrest = { | 20 | nixpkgs-pgbackrest = { |
23 | type = "github"; | 21 | type = "github"; |
@@ -29,7 +27,7 @@ | |||
29 | type = "github"; | 27 | type = "github"; |
30 | owner = "NixOS"; | 28 | owner = "NixOS"; |
31 | repo = "nixpkgs"; | 29 | repo = "nixpkgs"; |
32 | ref = "23.11"; | 30 | ref = "24.05"; |
33 | }; | 31 | }; |
34 | nixpkgs-eostre = { | 32 | nixpkgs-eostre = { |
35 | type = "github"; | 33 | type = "github"; |