diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-17 15:06:58 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-17 15:06:58 +0200 |
commit | e7d3aa006082d6b25e40f23cdadde9a177f59da0 (patch) | |
tree | d33006ac4216d6c114e847cf77adaa91df4798ba /flake.nix | |
parent | 01b1724bae7b20ff4b29645a1f2d2425d7860471 (diff) | |
download | nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar.gz nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar.bz2 nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.tar.xz nixos-e7d3aa006082d6b25e40f23cdadde9a177f59da0.zip |
...
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"; |