diff options
author | Emile <git@emile.space> | 2025-02-13 20:45:02 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-13 20:45:02 +0100 |
commit | b41f7e15794a2de8049e5d49b2d119cc0ed40920 (patch) | |
tree | 40fb917eb7d2c30c16a7b6b11f2509496ecd249f | |
parent | 0b0e31a502877d9bc544642667844e42c34a828b (diff) |
flake: formatting
-rw-r--r-- | flake.nix | 4 |
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; |