mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: syncthing?
This commit is contained in:
parent
c9d9d45a82
commit
9f4d7a5ade
6 changed files with 50 additions and 33 deletions
|
|
@ -12,8 +12,8 @@ in {
|
|||
sidequest
|
||||
];
|
||||
aliaser = package:
|
||||
pkgs.writeShellScriptBin package.name ''
|
||||
${getExe config.nix.package} run nixpkgs#${package.name} -- "$@"
|
||||
pkgs.writeShellScriptBin package.pname ''
|
||||
${getExe config.nix.package} run nixpkgs#${package.pname} -- "$@"
|
||||
'';
|
||||
in
|
||||
map aliaser packages;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue