Compare commits

..

1 commit

Author SHA1 Message Date
cf44fc494d
added alias-to-sieve to this repository 2025-03-26 23:56:04 +01:00

View file

@ -2,6 +2,7 @@
perSystem = {
pkgs,
system,
self',
...
}: {
# We build the alias to sieve tool here, this is a two step process, we first generate
@ -23,5 +24,6 @@
};
in
(pkgs.callPackage alias-to-sieve-nix {}).rootCrate.build;
checks.alias-to-sieve = self'.packages.alias-to-sieve.override {runTests = true;};
};
}