Skip to content
Snippets Groups Projects

nix: fix mainProgram name to allow bundlers to work

Merged Imported Saurabh Mhatre requested to merge github/fork/sheepforce/nix into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -33,4 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
];
disableHardening = "all";
meta.mainProgram = "ML-TDSE";
})
Loading