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 5
5
description = "Environment for developing and simulating the ibex core." ;
6
6
7
7
inputs = {
8
- nixpkgs . url = "nixpkgs/nixos-24.05" ;
9
- flake-utils . url = "github:numtide/flake-utils" ;
10
8
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
+
16
13
mkshell-minimal . url = "github:viperML/mkshell-minimal" ;
17
14
18
15
# The input 'lowrisc-nix' contains some common dependencies that can be used
19
16
# by lowRISC projects. There is also an associated public binary cache.
20
17
lowrisc-nix = {
21
18
url = "github:lowrisc/lowrisc-nix" ;
22
- inputs . nixpkgs . follows = "nixpkgs" ;
23
- inputs . flake-utils . follows = "flake-utils" ;
24
19
} ;
25
20
26
21
psgen = {
You can’t perform that action at this time.
0 commit comments