remove unused parameter from nixos module that is causing trouble with nixops 1.2
This commit is contained in:
parent
c33f0a85ec
commit
bda39ae4de
@ -1,7 +1,7 @@
|
||||
# This module generates nixos-install, nixos-rebuild,
|
||||
# nixos-generate-config, etc.
|
||||
|
||||
{ config, pkgs, modulesPath, lib, ... }:
|
||||
{ config, pkgs, modulesPath, ... }:
|
||||
|
||||
let
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user