summaryrefslogtreecommitdiff
path: root/hosts/full-iso
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
commitd2b6cf44a3277fd5d04bc10110d344827217e24e (patch)
tree6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /hosts/full-iso
parentee7b1d28e41a5ef25686ae1efc58b862e282813a (diff)
nixfmt
Diffstat (limited to 'hosts/full-iso')
-rw-r--r--hosts/full-iso/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/full-iso/default.nix b/hosts/full-iso/default.nix
index e17e620..8d6199a 100644
--- a/hosts/full-iso/default.nix
+++ b/hosts/full-iso/default.nix
@@ -1,4 +1,4 @@
-{ modulesPath, pkgs, ... }:
+{ modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/cd-dvd/installation-cd-base.nix")