Surely I can call a function...
This commit is contained in:
parent
d8322b2d10
commit
cf6150c173
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
description = "Definition of the Seattle NixOps network.";
|
description = "Definition of the Seattle NixOps network.";
|
||||||
|
|
||||||
inputs = import ../../common/inputs.nix;
|
inputs = import ../../common/inputs.nix {
|
||||||
|
nixos-version = "21.05";
|
||||||
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, fudo-nixos, ... } @ inputs:
|
outputs = { self, nixpkgs, fudo-nixos, ... } @ inputs:
|
||||||
import ../../common/deployment.nix {
|
import ../../common/deployment.nix {
|
||||||
|
|
Loading…
Reference in New Issue