summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@praseodym.org>2015-07-03 17:34:15 +0200
committerGregor Kleen <gkleen@praseodym.org>2015-07-03 17:34:15 +0200
commit94e94101031bb5121c99a99280f980fa6ceb49f0 (patch)
treeaf2ac0f892ebaec3eafaae0624b076d14dfd38f8 /vali.nix
parent50c75cba1aa2941e225e784287024cdc31100823 (diff)
downloadnixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar
nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar.gz
nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar.bz2
nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar.xz
nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.zip
Fix to vali-hw.nix path in vali.nix
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index 3590fc21..503db591 100644
--- a/vali.nix
+++ b/vali.nix
@@ -7,7 +7,7 @@
7{ 7{
8 imports = 8 imports =
9 [ # Include the results of the hardware scan. 9 [ # Include the results of the hardware scan.
10 ./hardware-configuration.nix 10 ./vali-hw.nix
11 ]; 11 ];
12 12
13 # Use the GRUB 2 boot loader. 13 # Use the GRUB 2 boot loader.