Use conventional Nix formatting
Also always end comments with a full stop, and bump package versions.
This commit is contained in:
parent
d5cf2669df
commit
99885b2be2
4 changed files with 36 additions and 36 deletions
|
|
@ -5,12 +5,12 @@ with stdenv ;
|
|||
|
||||
mkDerivation {
|
||||
pname = "journalctl-last-invocation";
|
||||
version = "2025-03-10" ;
|
||||
version = "2026-04-29";
|
||||
|
||||
phases = [ "createSourcesPhase" "installPhase" ];
|
||||
|
||||
createSourcesPhase = ''
|
||||
# Same directory structure that `unpackPhase` would use
|
||||
# Same directory structure that `unpackPhase` would use.
|
||||
mkdir -p /build/source
|
||||
|
||||
cat <<- EOF > /build/source/journalctl-last-invocation
|
||||
|
|
|
|||
|
|
@ -5,12 +5,12 @@ with stdenv ;
|
|||
|
||||
mkDerivation {
|
||||
pname = "nix-store-fuzzy-find";
|
||||
version = "2025-03-09" ;
|
||||
version = "2026-04-29";
|
||||
|
||||
phases = [ "createSourcesPhase" "installPhase" ];
|
||||
|
||||
createSourcesPhase = ''
|
||||
# Same directory structure that `unpackPhase` would use
|
||||
# Same directory structure that `unpackPhase` would use.
|
||||
mkdir -p /build/source
|
||||
|
||||
cat <<- EOF > /build/source/nix-store-fuzzy-find
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue