Skip to content

Commit

Permalink
Exclude the home-installer from colmena
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Aug 25, 2024
1 parent 16f72a3 commit 932a37b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
} @ inputs:
let
inherit (self) outputs;
conf = self.nixosConfigurations;
# let's filter the installer configuration since we don't want to deploy it with colmena
conf = builtins.removeAttrs self.nixosConfigurations [ "home-installer" ];
in
(flake-utils.lib.eachDefaultSystem (system:
let
Expand Down

0 comments on commit 932a37b

Please sign in to comment.