Skip to content

Commit

Permalink
Update flake, ensure package gets tested on build
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Feb 4, 2025
1 parent c3b3902 commit 43a4be9
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 @@ -44,11 +44,12 @@
inherit nativeBuildInputs;
src = gitignoreSource ./.;
cargoLock.lockFile = ./Cargo.lock;
doCheck = true;

buildInputs = nativeBuildInputs;
};

defaultPackage = packages.zpool-exporter-textfile;
packages.default = packages.zpool-exporter-textfile;
})
// {
nixosModules.zpool-exporter-textfile = import ./nixos {flake = self;};
Expand Down

0 comments on commit 43a4be9

Please sign in to comment.