Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jun 17, 2024
1 parent 1ff4217 commit 410440c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,11 @@
};
};

checks = {
nixosMachines =
nixpkgs.lib.mapAttrs' (
name: config: nixpkgs.lib.nameValuePair name config.config.system.build.toplevel
)
self.nixosConfigurations;
};
checks.x86_64-linux =
nixpkgs.lib.mapAttrs' (
name: config: nixpkgs.lib.nameValuePair name config.config.system.build.toplevel
)
self.nixosConfigurations;

formatter.x86_64-linux =
treefmt-nix.lib.mkWrapper
Expand Down

0 comments on commit 410440c

Please sign in to comment.