about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index cef87a7..aae6ed6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -215,9 +215,7 @@
 
       hydraJobs = let
         goapp-flake = import ./nix/templates/goapp/flake.nix;
-        goapp-flake-outputs = goapp-flake.outputs {
-          inherit self nixpkgs flake-utils;
-        };
+        goapp-flake-outputs = goapp-flake.outputs {};
       in {
         inherit (self) packages templates;
         nixosConfigurations = helper.buildHosts self.nixosConfigurations;