diff options
author | makefu <github@syntax-fehler.de> | 2015-09-02 10:02:05 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-09-02 10:02:05 +0200 |
commit | 37744f0016b77af41e8f57bc6da32b15f5ac50fd (patch) | |
tree | f51174cd0c20364eb9f4b03342dbaed7250a7729 /makefu/1systems/pnp.nix | |
parent | f911d43005d043ca360837eb8b3c2c2fe30bc962 (diff) |
makefu: sort 2configs
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index bbb99390d..6ca1f1108 100644 --- a/makefu/1systems/pnp.nix +++ b/makefu/1systems/pnp.nix @@ -9,9 +9,9 @@ [ # Include the results of the hardware scan. <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ../2configs/base.nix - ../2configs/cgit-retiolum.nix + ../2configs/git/cgit-retiolum.nix # ../2configs/graphite-standalone.nix - ../2configs/vm-single-partition.nix + ../2configs/fs/vm-single-partition.nix ../2configs/tinc-basic-retiolum.nix ../2configs/exim-retiolum.nix @@ -26,7 +26,7 @@ krebs.build.deps = { nixpkgs = { url = https://github.com/NixOS/nixpkgs; - rev = "13576925552b1d0751498fdda22e91a055a1ff6c"; + rev = "03921972268934d900cc32dad253ff383926771c"; }; }; |