From d95cca99080ed20e827bb80afc5309d15768fbef Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 5 May 2024 20:05:19 +0200 Subject: [PATCH] flake add hydraJobs --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f053486..99933ae 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,7 @@ }; outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager, home-manager-unstable, nur, agenix, jovian-nixos, microvm, impermanence, lanzaboote, nixvim, ... }: # Function that tells my flake which to use and what do what to do with the dependencies. + rec { let # Variables that can be used in the config files user = "kabbone"; userdmz = "diablo"; @@ -83,4 +84,5 @@ } ); }; + }; }