Set bscpkgs to custom patch for now

Also add nOS-V dependency
This commit is contained in:
Rodrigo Arias 2024-04-15 15:28:50 +02:00
parent b6dd78aa6a
commit 75ef8968f9
2 changed files with 21 additions and 12 deletions

View File

@ -26,19 +26,13 @@
}, },
"bscpkgs": { "bscpkgs": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": "nixpkgs"
"jungle",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1710421994, "lastModified": 1712926972,
"narHash": "sha256-GitTgcFYT6OQvbt+QUSwz4WPGR55D4AVo47yXywH0W8=", "narHash": "sha256-0dKhCH3cPU8QSc8LLpJypj4FYGVbE5i2iRl6NnDhB6s=",
"ref": "refs/heads/master", "path": "/home/Computational/rarias/bscpkgs",
"rev": "fce556cb285071e4cb042ad135dcaaaae303c9a7", "type": "path"
"revCount": 934,
"type": "git",
"url": "https://git.sr.ht/~rodarima/bscpkgs"
}, },
"original": { "original": {
"type": "git", "type": "git",
@ -94,7 +88,7 @@
"inputs": { "inputs": {
"agenix": "agenix", "agenix": "agenix",
"bscpkgs": "bscpkgs", "bscpkgs": "bscpkgs",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1710869393, "lastModified": 1710869393,
@ -108,6 +102,19 @@
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": {
"lastModified": 1710272261,
"narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=",
"path": "/nix/store/k5l01g2zwhysjyl5zjvg5zxnj0lyxpp1-source",
"rev": "0ad13a6833440b8e238947e47bea7f11071dc2b2",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1710272261, "lastModified": 1710272261,
"narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=", "narHash": "sha256-g0bDwXFmTE7uGDOs9HcJsfLFhH7fOsASbAuOzDC+fhQ=",

View File

@ -3,6 +3,7 @@
nixConfig.bash-prompt = "\[nix-develop\]$ "; nixConfig.bash-prompt = "\[nix-develop\]$ ";
inputs.jungle.url = "path:/home/Computational/rarias/jungle"; inputs.jungle.url = "path:/home/Computational/rarias/jungle";
inputs.jungle.inputs.bscpkgs.url = "path:/home/Computational/rarias/bscpkgs";
outputs = { self, jungle, ... }: outputs = { self, jungle, ... }:
let let
@ -20,6 +21,7 @@
clangOmpss2 clangOmpss2
nanos6 nanos6
nodes nodes
nosv
mpi mpi
tampi tampi
]; ];