Commit 3f22bc5e authored by jopejoe1's avatar jopejoe1
Browse files

snis: fix meta

parent e6515ac8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ buildEnv {
    done
  '';

  meta = snis-unwrapped // {
  meta = snis-unwrapped.meta // {
    hydraPlatforms = [ ];
  };
}