Surely I can call a function...

This commit is contained in:
niten 2021-11-18 11:52:14 -08:00
parent d8322b2d10
commit cf6150c173
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{
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:
import ../../common/deployment.nix {