Use remote bscpkgs input for riscv benchmarks
This commit is contained in:
parent
f554a154b7
commit
8bd4550bc6
12
flake.lock
12
flake.lock
@ -5,16 +5,18 @@
|
|||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dirtyRev": "15c8a61d1787d52f904755bee9b1840ce8823525-dirty",
|
"lastModified": 1717064246,
|
||||||
"dirtyShortRev": "15c8a61-dirty",
|
|
||||||
"lastModified": 1715619485,
|
|
||||||
"narHash": "sha256-zgwnjGVBXTvItXIYtaMIdf2acHiNQOJ6Fba4OFZRYT4=",
|
"narHash": "sha256-zgwnjGVBXTvItXIYtaMIdf2acHiNQOJ6Fba4OFZRYT4=",
|
||||||
|
"ref": "riscv-benchmarks",
|
||||||
|
"rev": "f5515a80bfed28cd4e2e737858ba4124a7e53333",
|
||||||
|
"revCount": 939,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/Computational/rarias/bscpkgs"
|
"url": "https://git.sr.ht/~rodarima/bscpkgs"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
"ref": "riscv-benchmarks",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/Computational/rarias/bscpkgs"
|
"url": "https://git.sr.ht/~rodarima/bscpkgs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/e4ad989506ec7d71f7302cc3067abd82730a4beb";
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs/e4ad989506ec7d71f7302cc3067abd82730a4beb";
|
||||||
#inputs.bscpkgs.url = "path:/home/Computational/rarias/bscpkgs";
|
inputs.bscpkgs.url = "git+https://git.sr.ht/~rodarima/bscpkgs?ref=riscv-benchmarks";
|
||||||
inputs.bscpkgs.url = "/home/Computational/rarias/bscpkgs";
|
# When changing bscpkgs, take directly from disk to avoid having to push:
|
||||||
|
#inputs.bscpkgs.url = "/home/Computational/rarias/bscpkgs";
|
||||||
|
|
||||||
outputs = {self,...}@inputs:
|
outputs = {self,...}@inputs:
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user