dotfiles/nixos/packages/default.nix

2 lines
70 B
Nix
Raw Normal View History

2021-05-29 18:05:31 +02:00
[ (self: super: { yori-cc = super.callPackage ./yori-cc.nix { }; }) ]