about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 17:25:50 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 17:25:50 -0800
commitb5e976cfd12e20d60861462bc84ed43a1c94f7b3 (patch)
tree7a145d76c1903a0d4566441adbf9e0b8ad534cd3 /modules
parentsystems: ensure latest kernel and tmp on tmpfs (diff)
downloadworld-b5e976cfd12e20d60861462bc84ed43a1c94f7b3.tar.gz
systems: typo
Diffstat (limited to '')
-rw-r--r--modules/systems/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/systems/default.nix b/modules/systems/default.nix
index 7e522d6..c5b065a 100644
--- a/modules/systems/default.nix
+++ b/modules/systems/default.nix
@@ -1,3 +1,5 @@
+{pkgs, ... }:
+
 {
   imports = [
     ./nix.nix