Skip to content

Commit

Permalink
nix: Remove unused checks
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed May 8, 2024
1 parent e391946 commit a4bb73f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
};

outputs = inputs@{ self, nixpkgs, nixpkgs_pcloud_working, neovim-nightly-overlay, nix-darwin, sub, systems, devenv, ... }: {
checks.x86_64-linux.desktop = self.nixosConfigurations."desktop".config.system.build.toplevel;
checks.x86_64-linux.mini = self.nixosConfigurations."mini".config.system.build.toplevel;

nixosConfigurations.desktop = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";

Expand Down

0 comments on commit a4bb73f

Please sign in to comment.