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 {
|
mkDerivation {
|
||||||
pname = "journalctl-last-invocation";
|
pname = "journalctl-last-invocation";
|
||||||
version = "2025-03-10" ;
|
version = "2026-04-29";
|
||||||
|
|
||||||
phases = [ "createSourcesPhase" "installPhase" ];
|
phases = [ "createSourcesPhase" "installPhase" ];
|
||||||
|
|
||||||
createSourcesPhase = ''
|
createSourcesPhase = ''
|
||||||
# Same directory structure that `unpackPhase` would use
|
# Same directory structure that `unpackPhase` would use.
|
||||||
mkdir -p /build/source
|
mkdir -p /build/source
|
||||||
|
|
||||||
cat <<- EOF > /build/source/journalctl-last-invocation
|
cat <<- EOF > /build/source/journalctl-last-invocation
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@ with stdenv ;
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nix-store-fuzzy-find";
|
pname = "nix-store-fuzzy-find";
|
||||||
version = "2025-03-09" ;
|
version = "2026-04-29";
|
||||||
|
|
||||||
phases = [ "createSourcesPhase" "installPhase" ];
|
phases = [ "createSourcesPhase" "installPhase" ];
|
||||||
|
|
||||||
createSourcesPhase = ''
|
createSourcesPhase = ''
|
||||||
# Same directory structure that `unpackPhase` would use
|
# Same directory structure that `unpackPhase` would use.
|
||||||
mkdir -p /build/source
|
mkdir -p /build/source
|
||||||
|
|
||||||
cat <<- EOF > /build/source/nix-store-fuzzy-find
|
cat <<- EOF > /build/source/nix-store-fuzzy-find
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue