Skip to content

Commit

Permalink
fix: derper
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Nov 19, 2024
1 parent 19e9ce1 commit 8858e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/base/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
inputs,
getSystem,
config,
lib,
...
}:
let
Expand Down Expand Up @@ -31,7 +32,7 @@ let
"cmd/stunc"
"cmd/hello"
];
postInstall = concatStrings [
postInstall = lib.strings.concatStrings [
"alias ln=echo\n"
old.postInstall
];
Expand Down

0 comments on commit 8858e1c

Please sign in to comment.