Fixed mako; added visicut
This commit is contained in:
parent
f79aa0d5d6
commit
0ece7c4a29
5 changed files with 64 additions and 9 deletions
8
pkgs/default.nix
Normal file
8
pkgs/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
systems = ["x86_64-linux"];
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages = {
|
||||
visicut = pkgs.callPackage ./visicut {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue