Added output

This commit is contained in:
Karoline Dyve Samuelsen
2026-02-17 10:44:03 +01:00
parent da4ace6079
commit e67771fe7d

View File

@@ -19,5 +19,9 @@ stdenv.mkDerivation {
hash = "sha256-4d0TwJubfJrThctvE50HpPg0gqdJy595hewEcjfXlrs=";
domain = "git.pvv.ntnu.no";
};
installPhase = ''
cp -r * $out/
'';
}