aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock109
1 files changed, 63 insertions, 46 deletions
diff --git a/flake.lock b/flake.lock
index 2c7be871..196a59b0 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,28 +1,21 @@
{
"nodes": {
- "cargo2nix": {
+ "fenix": {
"inputs": {
- "flake-compat": [
- "flake-compat"
- ],
- "flake-utils": "flake-utils",
- "nixpkgs": [
- "nixpkgs"
- ],
- "rust-overlay": "rust-overlay"
+ "nixpkgs": "nixpkgs",
+ "rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
- "lastModified": 1705129117,
- "narHash": "sha256-LgdDHibvimzYhxBK3kxCk2gAL7k4Hyigl5KI0X9cijA=",
- "owner": "cargo2nix",
- "repo": "cargo2nix",
- "rev": "ae19a9e1f8f0880c088ea155ab66cee1fa001f59",
+ "lastModified": 1736836313,
+ "narHash": "sha256-zdZ7/T6yG0/hzoVOiNpDiR/sW3zR6oSMrfIFJK2BrrE=",
+ "owner": "nix-community",
+ "repo": "fenix",
+ "rev": "056c9393c821a4df356df6ce7f14c722dc8717ec",
"type": "github"
},
"original": {
- "owner": "cargo2nix",
- "repo": "cargo2nix",
- "rev": "ae19a9e1f8f0880c088ea155ab66cee1fa001f59",
+ "owner": "nix-community",
+ "repo": "fenix",
"type": "github"
}
},
@@ -41,23 +34,55 @@
"type": "github"
}
},
- "flake-utils": {
+ "naersk": {
+ "inputs": {
+ "nixpkgs": "nixpkgs_2"
+ },
"locked": {
- "lastModified": 1659877975,
- "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
+ "lastModified": 1736429655,
+ "narHash": "sha256-BwMekRuVlSB9C0QgwKMICiJ5EVbLGjfe4qyueyNQyGI=",
+ "owner": "nix-community",
+ "repo": "naersk",
+ "rev": "0621e47bd95542b8e1ce2ee2d65d6a1f887a13ce",
"type": "github"
},
"original": {
- "owner": "numtide",
- "repo": "flake-utils",
+ "owner": "nix-community",
+ "ref": "master",
+ "repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
+ "lastModified": 1736701207,
+ "narHash": "sha256-jG/+MvjVY7SlTakzZ2fJ5dC3V1PrKKrUEOEE30jrOKA=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "ed4a395ea001367c1f13d34b1e01aa10290f67d6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 0,
+ "narHash": "sha256-Pzyb+YNG5u3zP79zoi8HXYMs15Q5dfjDgwCdUI5B0nY=",
+ "path": "/nix/store/4hpdrd3qvj7nks3rrimqm2jdmcga8isc-source",
+ "type": "path"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "nixpkgs_3": {
+ "locked": {
"lastModified": 1736692550,
"narHash": "sha256-7tk8xH+g0sJkKLTJFOxphJxxOjMDFMWv24nXslaU2ro=",
"owner": "NixOS",
@@ -74,34 +99,26 @@
},
"root": {
"inputs": {
- "cargo2nix": "cargo2nix",
+ "fenix": "fenix",
"flake-compat": "flake-compat",
- "flake-utils": [
- "cargo2nix",
- "flake-utils"
- ],
- "nixpkgs": "nixpkgs"
+ "naersk": "naersk",
+ "nixpkgs": "nixpkgs_3"
}
},
- "rust-overlay": {
- "inputs": {
- "nixpkgs": [
- "cargo2nix",
- "nixpkgs"
- ]
- },
+ "rust-analyzer-src": {
+ "flake": false,
"locked": {
- "lastModified": 1736649126,
- "narHash": "sha256-XCw5sv/ePsroqiF3lJM6Y2X9EhPdHeE47gr3Q8b0UQw=",
- "owner": "oxalica",
- "repo": "rust-overlay",
- "rev": "162ab0edc2936508470199b2e8e6c444a2535019",
+ "lastModified": 1736690231,
+ "narHash": "sha256-g9gyxX+F6CrkT5gRIMKPnCPom0o9ZDzYnzzeNF86D6Q=",
+ "owner": "rust-lang",
+ "repo": "rust-analyzer",
+ "rev": "8364ef299790cb6ec22b9e09e873c97dbe9f2cb5",
"type": "github"
},
"original": {
- "owner": "oxalica",
- "repo": "rust-overlay",
- "rev": "162ab0edc2936508470199b2e8e6c444a2535019",
+ "owner": "rust-lang",
+ "ref": "nightly",
+ "repo": "rust-analyzer",
"type": "github"
}
}