mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
delete obsolete types.nix
This commit is contained in:
parent
78ea07107a
commit
daaba55a28
2 changed files with 1 additions and 1546 deletions
|
|
@ -8,7 +8,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/share/disko
|
||||
cp -r cli.nix default.nix types.nix disk-deactivate types $out/share/disko
|
||||
cp -r cli.nix default.nix disk-deactivate types $out/share/disko
|
||||
sed \
|
||||
-e "s|libexec_dir=\".*\"|libexec_dir=\"$out/share/disko\"|" \
|
||||
-e "s|#!/usr/bin/env.*|#!/usr/bin/env bash|" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue