Skip to content

Commit 04ee952

Browse files
Fixing up nix deps
1 parent 14f052d commit 04ee952

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

flake.nix

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,17 @@
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 = {

0 commit comments

Comments
 (0)