Compare commits
1 commit
cf44fc494d
...
f61b41b675
Author | SHA1 | Date | |
---|---|---|---|
f61b41b675 |
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
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
|
||||||
|
@ -24,6 +23,5 @@
|
||||||
};
|
};
|
||||||
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
Add a link
Reference in a new issue