nix: clean up directory structure
Tests for fpkg is going to be in ./cmd/fpkg, so this central tests directory is no longer necessary. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -57,6 +57,12 @@
|
||||
;
|
||||
in
|
||||
{
|
||||
fortify = callPackage ./test { inherit system self; };
|
||||
race = callPackage ./test {
|
||||
inherit system self;
|
||||
withRace = true;
|
||||
};
|
||||
|
||||
formatting = runCommandLocal "check-formatting" { nativeBuildInputs = [ nixfmt-rfc-style ]; } ''
|
||||
cd ${./.}
|
||||
|
||||
@@ -85,12 +91,6 @@
|
||||
|
||||
touch $out
|
||||
'';
|
||||
|
||||
fortify = callPackage ./tests/fortify { inherit system self; };
|
||||
race = callPackage ./tests/fortify {
|
||||
inherit system self;
|
||||
withRace = true;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user