diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,9 +13,11 @@ | |||
13 | inputs = { | 13 | inputs = { |
14 | nixpkgs = { | 14 | nixpkgs = { |
15 | type = "github"; | 15 | type = "github"; |
16 | owner = "NixOS"; | 16 | # owner = "NixOS"; |
17 | owner = "gkleen"; | ||
17 | repo = "nixpkgs"; | 18 | repo = "nixpkgs"; |
18 | ref = "nixos-unstable"; | 19 | # ref = "nixos-unstable"; |
20 | ref = "gkleen/ppp-systemd"; | ||
19 | }; | 21 | }; |
20 | nixpkgs-stable = { | 22 | nixpkgs-stable = { |
21 | type = "github"; | 23 | type = "github"; |