summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-07-30 13:14:06 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-07-30 13:14:06 +0200
commitbbf8345289c36539c299c6d633a85d16285489d3 (patch)
treeefb23c7de97197a1bf29b7ed0e2f64e6ac6e6d4d /flake.nix
parent2f8b062363b293a72e4afa0e682f1c4371317515 (diff)
downloadnixos-bbf8345289c36539c299c6d633a85d16285489d3.tar
nixos-bbf8345289c36539c299c6d633a85d16285489d3.tar.gz
nixos-bbf8345289c36539c299c6d633a85d16285489d3.tar.bz2
nixos-bbf8345289c36539c299c6d633a85d16285489d3.tar.xz
nixos-bbf8345289c36539c299c6d633a85d16285489d3.zip
...
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index eaa93432..400762fa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";