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