diff --git a/flake.nix b/flake.nix index 029fd9a..f37fbc2 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,7 @@ # deploy-rs unfortunately uses an `import nixpkgs`, and its # library functions depend on an instantiated nixpkgs, so we # can't get around multi-nixpkgs-eval. - inherit + deploy-rs = (import nixpkgs { inherit system; overlays = [ @@ -93,9 +93,7 @@ }; }) ]; - }) - deploy-rs - ; + }).deploy-rs; in { ##################