aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2022-11-28 08:13:35 -0500
committerNathan Perry <np@nathanperry.dev>2022-11-28 09:17:29 -0500
commitac135e728b8288024cb8ba17811d4e67da9ac5ac (patch)
treeeeabe28e15237828759a7553c2416b662982f670 /flake.lock
parent3e7f5b5f4df2d9f7f00176eacfd1bea2f47ae2e5 (diff)
nix: switch from mozilla-overlay to rust-overlay
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock40
1 files changed, 24 insertions, 16 deletions
diff --git a/flake.lock b/flake.lock
index 72c2dd0..8d41f9d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -53,29 +53,37 @@
"type": "github"
}
},
- "nixpkgs-mozilla": {
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "naersk": "naersk",
+ "nixpkgs": "nixpkgs",
+ "rust-overlay": "rust-overlay"
+ }
+ },
+ "rust-overlay": {
+ "inputs": {
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
"locked": {
- "lastModified": 1664789696,
- "narHash": "sha256-UGWJHQShiwLCr4/DysMVFrYdYYHcOqAOVsWNUu+l6YU=",
- "owner": "mozilla",
- "repo": "nixpkgs-mozilla",
- "rev": "80627b282705101e7b38e19ca6e8df105031b072",
+ "lastModified": 1669602829,
+ "narHash": "sha256-I3LBvBiVui4Rf0iQvTqUIgBovaLDzpOzsoNEzCsDowg=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "b9da8e68a08707115be750c0cf7ade33f49d8ec4",
"type": "github"
},
"original": {
- "owner": "mozilla",
+ "owner": "oxalica",
"ref": "master",
- "repo": "nixpkgs-mozilla",
+ "repo": "rust-overlay",
"type": "github"
}
- },
- "root": {
- "inputs": {
- "flake-utils": "flake-utils",
- "naersk": "naersk",
- "nixpkgs": "nixpkgs",
- "nixpkgs-mozilla": "nixpkgs-mozilla"
- }
}
},
"root": "root",