Add nix-store-fuzzy-find package
This commit is contained in:
parent
c38526e1a4
commit
a4a4937cb9
2 changed files with 38 additions and 0 deletions
|
@ -20,6 +20,10 @@ with pkgs ;
|
|||
import packages/journalctl-last-invocation/package.nix
|
||||
) {} ;
|
||||
|
||||
nix-store-fuzzy-find = callPackage (
|
||||
import packages/nix-store-fuzzy-find/package.nix
|
||||
) {} ;
|
||||
|
||||
python = {
|
||||
|
||||
bw-file-resubmit = callPackage (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue