mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-19 16:37:52 +01:00
Update packages/simplesamlphptheme/default.nix
This commit is contained in:
@@ -21,7 +21,9 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
cp -r * $out/
|
||||
'';
|
||||
mkdir -p $out/bin
|
||||
cp -r ssp-theme $out/bin/
|
||||
chmod -R +x $out/bin/
|
||||
'';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user