Specify phases in nix-store-fuzzy-find package expression explicitly
This commit is contained in:
parent
a4a4937cb9
commit
a7d6810c93
1 changed files with 1 additions and 8 deletions
|
@ -10,14 +10,9 @@ mkDerivation {
|
||||||
pname = "nix-store-fuzzy-find" ;
|
pname = "nix-store-fuzzy-find" ;
|
||||||
version = "2025-03-09" ;
|
version = "2025-03-09" ;
|
||||||
|
|
||||||
dontUnpack = true ;
|
phases = [ "installPhase" ] ;
|
||||||
dontPatch = true ;
|
|
||||||
dontConfigure = true ;
|
|
||||||
dontBuild = true ;
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
|
||||||
|
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
||||||
cat <<- EOF > $out/bin/nix-store-fuzzy-find
|
cat <<- EOF > $out/bin/nix-store-fuzzy-find
|
||||||
|
@ -28,7 +23,5 @@ mkDerivation {
|
||||||
|
|
||||||
# TODO: Check if Nix does this for us
|
# TODO: Check if Nix does this for us
|
||||||
chmod +x $out/bin/*
|
chmod +x $out/bin/*
|
||||||
|
|
||||||
runHook postInstall
|
|
||||||
'' ;
|
'' ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue