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