File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 55 description = "Environment for developing and simulating the ibex core." ;
66
77 inputs = {
8- nixpkgs . url = "nixpkgs/nixos-24.05" ;
9- flake-utils . url = "github:numtide/flake-utils" ;
108
11- poetry2nix = {
12- url = "github:nix-community/poetry2nix" ;
13- inputs . nixpkgs . follows = "nixpkgs" ;
14- inputs . flake-utils . follows = "flake-utils" ;
15- } ;
9+ nixpkgs . follows = "lowrisc-nix/nixpkgs" ;
10+ flake-utils . follows = "lowrisc-nix/flake-utils" ;
11+ poetry2nix . follows = "lowrisc-nix/poetry2nix" ;
12+
1613 mkshell-minimal . url = "github:viperML/mkshell-minimal" ;
1714
1815 # The input 'lowrisc-nix' contains some common dependencies that can be used
1916 # by lowRISC projects. There is also an associated public binary cache.
2017 lowrisc-nix = {
2118 url = "github:lowrisc/lowrisc-nix" ;
22- inputs . nixpkgs . follows = "nixpkgs" ;
23- inputs . flake-utils . follows = "flake-utils" ;
2419 } ;
2520
2621 psgen = {
You can’t perform that action at this time.
0 commit comments