diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:25:50 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:25:50 -0800 |
commit | b5e976cfd12e20d60861462bc84ed43a1c94f7b3 (patch) | |
tree | 7a145d76c1903a0d4566441adbf9e0b8ad534cd3 /modules/systems | |
parent | systems: ensure latest kernel and tmp on tmpfs (diff) | |
download | world-b5e976cfd12e20d60861462bc84ed43a1c94f7b3.tar.gz |
systems: typo
Diffstat (limited to 'modules/systems')
-rw-r--r-- | modules/systems/default.nix | 2 |
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 |