about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index fe09aaf0..aeb70194 100644
--- a/common.nix
+++ b/common.nix
@@ -1,7 +1,7 @@
 {config, pkgs, ...}:
 {
   require = [
-    <nixos/modules/programs/virtualbox.nix>
+    <nixpkgs/nixos/modules/programs/virtualbox.nix>
   ];
 
   nix = {