summary refs log tree commit diff
path: root/host/rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'host/rootfs')
-rw-r--r--host/rootfs/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/rootfs/shell.nix b/host/rootfs/shell.nix
index fea9b16..9f75835 100644
--- a/host/rootfs/shell.nix
+++ b/host/rootfs/shell.nix
@@ -2,7 +2,7 @@
 # SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
 # SPDX-FileCopyrightText: 2022 Unikie
 
-import ../../lib/eval-config.nix ({ config, ... } @ args:
+import ../../lib/eval-config.nix ({ config, ... }:
 
 let
   rootfs = import ./. { inherit config; };