1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-21 00:29:37 +03:00

snack-lib: rename folder to match the nix name

This commit is contained in:
zimbatm 2018-06-08 12:14:29 +01:00
parent 4561519d8e
commit f9124105c3
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
_: pkgs: {
snack-lib = pkgs.callPackage ../snack/default.nix { };
snack-lib = pkgs.callPackage ../snack-lib/default.nix { };
snack-exe = pkgs.writeScriptBin
"snack"
(builtins.replaceStrings