summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-03 22:01:49 +0100
committerandromeda <andromeda@lenovo>2026-03-03 22:01:49 +0100
commit1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (patch)
treeb1a0c6fb6c60a1716d41cb42670605f24d1f0f17 /flake.lock
parentd879df630f68bb56f291ac285f951ca2ba6764e7 (diff)
add rust kernel stub
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock84
1 files changed, 83 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 811923b..6816b48 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,48 @@
{
"nodes": {
+ "fenix": {
+ "inputs": {
+ "nixpkgs": [
+ "naersk",
+ "nixpkgs"
+ ],
+ "rust-analyzer-src": "rust-analyzer-src"
+ },
+ "locked": {
+ "lastModified": 1752475459,
+ "narHash": "sha256-z6QEu4ZFuHiqdOPbYss4/Q8B0BFhacR8ts6jO/F/aOU=",
+ "owner": "nix-community",
+ "repo": "fenix",
+ "rev": "bf0d6f70f4c9a9cf8845f992105652173f4b617f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "fenix",
+ "type": "github"
+ }
+ },
+ "naersk": {
+ "inputs": {
+ "fenix": "fenix",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1769799857,
+ "narHash": "sha256-88IFXZ7Sa1vxbz5pty0Io5qEaMQMMUPMonLa3Ls/ss4=",
+ "owner": "nix-community",
+ "repo": "naersk",
+ "rev": "9d4ed44d8b8cecdceb1d6fd76e74123d90ae6339",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "naersk",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1772173633,
@@ -18,7 +61,46 @@
},
"root": {
"inputs": {
- "nixpkgs": "nixpkgs"
+ "naersk": "naersk",
+ "nixpkgs": "nixpkgs",
+ "rust-overlay": "rust-overlay"
+ }
+ },
+ "rust-analyzer-src": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1752428706,
+ "narHash": "sha256-EJcdxw3aXfP8Ex1Nm3s0awyH9egQvB2Gu+QEnJn2Sfg=",
+ "owner": "rust-lang",
+ "repo": "rust-analyzer",
+ "rev": "591e3b7624be97e4443ea7b5542c191311aa141d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "rust-lang",
+ "ref": "nightly",
+ "repo": "rust-analyzer",
+ "type": "github"
+ }
+ },
+ "rust-overlay": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1772507320,
+ "narHash": "sha256-GdGXniFvtIfRiakc+ncdQYnoQjKbTCv9Imjfl4ggquI=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "1775eafa1879ac098ee436849bc9c3d963206f89",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
}
}
},