Removing unused parameters in installer.nix
I'm neither using config nor pkgs, so I'm deleteing them.
This commit is contained in:
parent
42c6ad3bb4
commit
3e51bf600a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# This expression can be used to create NixOS .iso images.
|
# This expression can be used to create NixOS .iso images.
|
||||||
{ config, pkgs, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue