ops/nixos/common: demand system as an arg

This commit is contained in:
Luke Granger-Brown 2023-01-21 18:59:48 +00:00
parent 1a300d542b
commit d3fdb0b04d

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
{ pkgs, config, depot, lib, rebuilder, ... }@args:
{ pkgs, system, config, depot, lib, rebuilder, ... }@args:
let
inherit (depot.ops) secrets;