Skip to content

Commit

Permalink
cosmic-launcher: substituteInPlace prefer --replace-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Dec 17, 2024
1 parent e724d9f commit e100855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
];

postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';

postInstall = ''
Expand Down

0 comments on commit e100855

Please sign in to comment.