microvm: follow fenix

This commit is contained in:
Sandro - 2023-03-01 19:25:55 +01:00
parent 018b3b88a4
commit 9d9f4e216e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 41 deletions

View File

@ -249,28 +249,6 @@
"type": "github" "type": "github"
} }
}, },
"fenix_2": {
"inputs": {
"nixpkgs": [
"microvm",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src_2"
},
"locked": {
"lastModified": 1677219923,
"narHash": "sha256-gvNqjERVoc7f9NSBqZCA5RqAX3HjJA+KOhjN0jNaXw0=",
"owner": "nix-community",
"repo": "fenix",
"rev": "20d2fcd01df0c3db0429112ab3d911ee0bc3a3b5",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"flake-parts": { "flake-parts": {
"inputs": { "inputs": {
"nixpkgs-lib": [ "nixpkgs-lib": [
@ -360,7 +338,9 @@
}, },
"microvm": { "microvm": {
"inputs": { "inputs": {
"fenix": "fenix_2", "fenix": [
"fenix"
],
"flake-utils": [ "flake-utils": [
"flake-utils" "flake-utils"
], ],
@ -601,23 +581,6 @@
"type": "github" "type": "github"
} }
}, },
"rust-analyzer-src_2": {
"flake": false,
"locked": {
"lastModified": 1676976502,
"narHash": "sha256-D0l5hvE4IFUqspKeorawIlLQRMKqCkMAhZ58KjDXJl8=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "27239fbb58a115915ffc1ce65ededc951eb00fd2",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
"rust-overlay": { "rust-overlay": {
"inputs": { "inputs": {
"flake-utils": [ "flake-utils": [

View File

@ -116,8 +116,9 @@
microvm = { microvm = {
url = "github:astro/microvm.nix"; url = "github:astro/microvm.nix";
inputs = { inputs = {
nixpkgs.follows = "nixos"; fenix.follows = "fenix";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixos";
}; };
}; };
naersk = { naersk = {