add gricad

This commit is contained in:
2024-03-19 18:37:08 +08:00
parent c964d542b5
commit b3bcbd99fe
3 changed files with 19 additions and 0 deletions

17
flake.lock generated
View File

@@ -905,6 +905,22 @@
"type": "github"
}
},
"gricad": {
"flake": false,
"locked": {
"lastModified": 1709199491,
"narHash": "sha256-J32quO+kCOrOLkYQzFZpiPhUXJHE6GIrmb0VSlECKLM=",
"owner": "Gricad",
"repo": "nur-packages",
"rev": "4b4a489297f3a11b8d0883b02c0d154ce37f24e0",
"type": "github"
},
"original": {
"owner": "Gricad",
"repo": "nur-packages",
"type": "github"
}
},
"hercules-ci-effects": {
"inputs": {
"flake-parts": [
@@ -1915,6 +1931,7 @@
"eigen": "eigen",
"envfs": "envfs",
"fluent-kde": "fluent-kde",
"gricad": "gricad",
"home-manager": "home-manager",
"impermanence": "impermanence",
"lepton": "lepton",

View File

@@ -43,6 +43,7 @@
url = "github:chaotic-cx/nyx?rev=03b2bea544688068025df1912ff1e9a1ad4a642a";
inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager"; };
};
gricad = { url = "github:Gricad/nur-packages"; flake = false; };
misskey = { url = "git+https://github.com/CHN-beta/misskey?submodules=1"; flake = false; };
rsshub = { url = "github:DIYgod/RSSHub"; flake = false; };

View File

@@ -34,6 +34,7 @@ inputs:
deploy-rs =
{ inherit (prev) deploy-rs; inherit ((topInputs.deploy-rs.overlay final prev).deploy-rs) lib; };
firefox-addons = (import "${topInputs.rycee}" { inherit (prev) pkgs; }).firefox-addons;
inherit (import topInputs.gricad { pkgs = final; }) intel-oneapi intel-oneapi-2022;
})
];
home-manager.sharedModules =