summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-08-17 15:06:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-08-17 15:06:58 +0200
commite7d3aa006082d6b25e40f23cdadde9a177f59da0 (patch)
treed33006ac4216d6c114e847cf77adaa91df4798ba /flake.nix
parent01b1724bae7b20ff4b29645a1f2d2425d7860471 (diff)
downloadnixos-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.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index faec0504..58541a24 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";