From cf6150c17344bb54c580b1dbd19855f2ae61965b Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 18 Nov 2021 11:52:14 -0800 Subject: [PATCH] Surely I can call a function... --- deployments/seattle/flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployments/seattle/flake.nix b/deployments/seattle/flake.nix index 07a3d0b..a32bbf9 100644 --- a/deployments/seattle/flake.nix +++ b/deployments/seattle/flake.nix @@ -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 {