Compare commits
1 commit
f61b41b675
...
cf44fc494d
Author | SHA1 | Date | |
---|---|---|---|
cf44fc494d |
1 changed files with 2 additions and 0 deletions
|
@ -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;};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue