1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

snis: fix meta

This commit is contained in:
jopejoe1 2024-11-26 22:55:58 +01:00
parent e6515ac862
commit 3f22bc5e37

View file

@ -26,7 +26,7 @@ buildEnv {
done
'';
meta = snis-unwrapped // {
meta = snis-unwrapped.meta // {
hydraPlatforms = [ ];
};
}