Compare commits
1 commit
f61b41b675
...
cf44fc494d
Author | SHA1 | Date | |
---|---|---|---|
cf44fc494d |
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
perSystem = {
|
perSystem = {
|
||||||
pkgs,
|
pkgs,
|
||||||
system,
|
system,
|
||||||
|
self',
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# We build the alias to sieve tool here, this is a two step process, we first generate
|
# We build the alias to sieve tool here, this is a two step process, we first generate
|
||||||
|
@ -23,5 +24,6 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
(pkgs.callPackage alias-to-sieve-nix {}).rootCrate.build;
|
(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