parser, nix, project setup
This commit is contained in:
commit
947e666706
22 changed files with 651 additions and 0 deletions
6
nix/module.nix
Normal file
6
nix/module.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
overlay
|
||||
}: {
|
||||
imports = [./culr-module.nix];
|
||||
nixpkgs.overlays = overlay;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue