ops/nixos/common: demand system as an arg
This commit is contained in:
parent
1a300d542b
commit
d3fdb0b04d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
{ pkgs, config, depot, lib, rebuilder, ... }@args:
|
{ pkgs, system, config, depot, lib, rebuilder, ... }@args:
|
||||||
let
|
let
|
||||||
inherit (depot.ops) secrets;
|
inherit (depot.ops) secrets;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue