Initial commit
This commit is contained in:
5
_template_iverilog/shell.nix
Normal file
5
_template_iverilog/shell.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs; mkShell {
|
||||
packages = [ verilog gnumake ];
|
||||
}
|
||||
Reference in New Issue
Block a user