Skip to content

Commit ee368d3

Browse files
aleksrutinsMte90
authored andcommitted
Fix typo in flake.nix
1 parent 68b3512 commit ee368d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
packages.default = naersk-lib.buildPackage {
1616
src = ./.;
17-
postInsall = ''
17+
postInstall = ''
1818
wrapProgram "$out/bin/amber" --set PATH ${nixpkgs.lib.makeBinPath [
1919
pkgs.bc
2020
]}

0 commit comments

Comments
 (0)