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" ;
|
||||
version = "2025-03-09" ;
|
||||
|
||||
dontUnpack = true ;
|
||||
dontPatch = true ;
|
||||
dontConfigure = true ;
|
||||
dontBuild = true ;
|
||||
phases = [ "installPhase" ] ;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/bin
|
||||
|
||||
cat <<- EOF > $out/bin/nix-store-fuzzy-find
|
||||
|
@ -28,7 +23,5 @@ mkDerivation {
|
|||
|
||||
# TODO: Check if Nix does this for us
|
||||
chmod +x $out/bin/*
|
||||
|
||||
runHook postInstall
|
||||
'' ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue