Add initial flake
This commit is contained in:
parent
d552934b95
commit
0dd4b60b70
3 changed files with 130 additions and 14 deletions
14
shell.nix
14
shell.nix
|
@ -1,14 +0,0 @@
|
|||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d34a98666913267786d9ab4aa803a1fc75f81f4d.tar.gz") {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.yosys
|
||||
pkgs.nextpnr
|
||||
pkgs.bluespec
|
||||
pkgs.yosys-bluespec
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
echo "Dev environment for Manna Chip."
|
||||
'';
|
||||
}
|
Reference in a new issue