From c496cd67cf670e487d0e43d90df4b4c8ed7cc413 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 20 May 2024 10:47:26 +0200 Subject: [PATCH] test hydra jobs --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9d2575a..12bdd21 100644 --- a/flake.nix +++ b/flake.nix @@ -55,13 +55,10 @@ outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager, home-manager-unstable, 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"; userserver = "mephisto"; location = "$HOME/.setup"; - in # Use above variables in ... - { nixosConfigurations = ( # NixOS configurations import ./hosts { # Imports ./hosts/default.nix inherit (nixpkgs) lib; @@ -71,7 +68,6 @@ } ); hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel; - }; };