nix: comment out libkrun(fw) source overrides

As we're currently using entirely upstream ones right now. Let's reuse
the cache.nixos.org builds.
This commit is contained in:
Val Packett 2026-02-07 00:21:36 -03:00
parent 9708e5fb64
commit 09f1eb76de
4 changed files with 58 additions and 72 deletions

36
flake.lock generated
View file

@ -20,40 +20,6 @@
"type": "github"
}
},
"libkrun-src": {
"flake": false,
"locked": {
"lastModified": 1767965092,
"narHash": "sha256-6HBSL5Zu29sDoEbZeQ6AsNIXUcqXVVGMk0AR2X6v1yU=",
"owner": "containers",
"repo": "libkrun",
"rev": "376f25637c49f26231ec92532f31a24b99236aa6",
"type": "github"
},
"original": {
"owner": "containers",
"repo": "libkrun",
"rev": "376f25637c49f26231ec92532f31a24b99236aa6",
"type": "github"
}
},
"libkrunfw-src": {
"flake": false,
"locked": {
"lastModified": 1765874399,
"narHash": "sha256-x9HQP+EqCteoCq2Sl/TQcfdzQC5iuE4gaSKe7tN5dAA=",
"owner": "containers",
"repo": "libkrunfw",
"rev": "20484a2e60290acb74c43ccfd6e1ea4caf41d470",
"type": "github"
},
"original": {
"owner": "containers",
"repo": "libkrunfw",
"rev": "20484a2e60290acb74c43ccfd6e1ea4caf41d470",
"type": "github"
}
},
"muvm-src": {
"flake": false,
"locked": {
@ -90,8 +56,6 @@
"root": {
"inputs": {
"flake-parts": "flake-parts",
"libkrun-src": "libkrun-src",
"libkrunfw-src": "libkrunfw-src",
"muvm-src": "muvm-src",
"nixpkgs": "nixpkgs",
"sidebus": "sidebus"