Compare commits
No commits in common. "23b5de5cd3d1562b0dc39620afb6a583ee5b1ea7" and "8b6ca3accc30b7ed72bc9aecb3bef093d16033bc" have entirely different histories.
23b5de5cd3
...
8b6ca3accc
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743689281,
|
"lastModified": 1735821806,
|
||||||
"narHash": "sha256-y7Hg5lwWhEOgflEHRfzSH96BOt26LaYfrYWzZ+VoVdg=",
|
"narHash": "sha256-cuNapx/uQeCgeuhUhdck3JKbgpsml259sjUQnWM7zW8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2bfc080955153be0be56724be6fa5477b4eefabb",
|
"rev": "d6973081434f88088e5321f83ebafe9a1167c367",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
22
flake.nix
22
flake.nix
|
@ -34,27 +34,7 @@
|
||||||
# Versions can be checked with
|
# Versions can be checked with
|
||||||
# `nix eval --json ".#riscv-bluespec-classic.nativeBuildInputs" | nix-shell -p jq --run jq`
|
# `nix eval --json ".#riscv-bluespec-classic.nativeBuildInputs" | nix-shell -p jq --run jq`
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
(
|
bluespec
|
||||||
(bluespec.override {
|
|
||||||
makeWrapper = prev.makeBinaryWrapper;
|
|
||||||
withDocs = false;
|
|
||||||
texliveFull = null;
|
|
||||||
asciidoctor = null;
|
|
||||||
}).overrideAttrs
|
|
||||||
{
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
postFixup = ''
|
|
||||||
# https://github.com/B-Lang-org/bsc/blob/65e3a87a17f6b9cf38cbb7b6ad7a4473f025c098/src/comp/bsc.hs#L1839
|
|
||||||
wrapProgram $out/bin/core/bsc \
|
|
||||||
--prefix PATH : ${
|
|
||||||
prev.lib.makeBinPath (
|
|
||||||
if stdenv.hostPlatform.isDarwin then [ prev.cctools ] else [ prev.targetPackages.stdenv.cc ]
|
|
||||||
)
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
)
|
|
||||||
nextpnr
|
nextpnr
|
||||||
openfpgaloader
|
openfpgaloader
|
||||||
trellis
|
trellis
|
||||||
|
|
Loading…
Reference in a new issue