about summary refs log tree commit diff
path: root/users/flokli/nixos/archeology/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/flokli/nixos/archeology/configuration.nix')
-rw-r--r--users/flokli/nixos/archeology/configuration.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/users/flokli/nixos/archeology/configuration.nix b/users/flokli/nixos/archeology/configuration.nix
index 9f7bebdad6..57875de863 100644
--- a/users/flokli/nixos/archeology/configuration.nix
+++ b/users/flokli/nixos/archeology/configuration.nix
@@ -1,12 +1,10 @@
-{ depot, pkgs, lib, ... }:
+{ depot, pkgs, ... }:
 
 {
-  imports =
-    [
-      # Include the results of the hardware scan.
-      # ./hardware-configuration.nix
-      (depot.path.origSrc + "/users/flokli/nixos/archeology/hardware-configuration.nix")
-    ];
+  imports = [
+    # Include the results of the hardware scan.
+    ./hardware-configuration.nix
+  ];
 
   # Use the TVL binary cache
   tvl.cache.enable = true;