nix: use reverse-DNS style id as unique identifier
All checks were successful
Test / Create distribution (push) Successful in 19s
Test / Sandbox (push) Successful in 31s
Test / Fortify (push) Successful in 35s
Test / Sandbox (race detector) (push) Successful in 31s
Test / Fortify (race detector) (push) Successful in 35s
Test / Fpkg (push) Successful in 33s
Test / Flake checks (push) Successful in 1m7s
All checks were successful
Test / Create distribution (push) Successful in 19s
Test / Sandbox (push) Successful in 31s
Test / Fortify (push) Successful in 35s
Test / Sandbox (race detector) (push) Successful in 31s
Test / Fortify (race detector) (push) Successful in 35s
Test / Fpkg (push) Successful in 33s
Test / Flake checks (push) Successful in 1m7s
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
}:
|
||||
let
|
||||
testProgram = pkgs.callPackage ./tool/package.nix { inherit (config.environment.fortify.package) version; };
|
||||
testCases = import ./case lib testProgram;
|
||||
in
|
||||
{
|
||||
users.users = {
|
||||
@@ -76,11 +75,6 @@ in
|
||||
}
|
||||
];
|
||||
|
||||
apps = with testCases; [
|
||||
preset
|
||||
tty
|
||||
mapuid
|
||||
device
|
||||
];
|
||||
apps = import ./case lib testProgram;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user