summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-18 17:28:55 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-18 17:29:03 -0500
commit4929dff7398d86c1a9544a3d111be7e549608a22 (patch)
treeecae9b35cfec67c76864125741b98bdfe858a418 /flake.lock
parentReplaced rustup with custom toolchain using fenix (diff)
downloadDungeonCrawl-4929dff7398d86c1a9544a3d111be7e549608a22.tar.gz
DungeonCrawl-4929dff7398d86c1a9544a3d111be7e549608a22.tar.bz2
DungeonCrawl-4929dff7398d86c1a9544a3d111be7e549608a22.zip
nix: fix fenix flake and update lock
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock45
1 files changed, 42 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 664ccda..6aeb38d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,26 @@
{
"nodes": {
+ "fenix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "rust-analyzer-src": "rust-analyzer-src"
+ },
+ "locked": {
+ "lastModified": 1763448288,
+ "narHash": "sha256-gW/dY5WRlAxyxgYuyrTdjLDgpXr4/Mdu+pQoZRpSTGo=",
+ "owner": "nix-community",
+ "repo": "fenix",
+ "rev": "da5cda85b3a63baab8018ff647fb2dbe5030a2d0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "fenix",
+ "type": "github"
+ }
+ },
"flake-utils": {
"inputs": {
"systems": "systems"
@@ -20,11 +41,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1759381078,
- "narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=",
+ "lastModified": 1763421233,
+ "narHash": "sha256-Stk9ZYRkGrnnpyJ4eqt9eQtdFWRRIvMxpNRf4sIegnw=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee",
+ "rev": "89c2b2330e733d6cdb5eae7b899326930c2c0648",
"type": "github"
},
"original": {
@@ -36,10 +57,28 @@
},
"root": {
"inputs": {
+ "fenix": "fenix",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
},
+ "rust-analyzer-src": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1762860488,
+ "narHash": "sha256-rMfWMCOo/pPefM2We0iMBLi2kLBAnYoB9thi4qS7uk4=",
+ "owner": "rust-lang",
+ "repo": "rust-analyzer",
+ "rev": "2efc80078029894eec0699f62ec8d5c1a56af763",
+ "type": "github"
+ },
+ "original": {
+ "owner": "rust-lang",
+ "ref": "nightly",
+ "repo": "rust-analyzer",
+ "type": "github"
+ }
+ },
"systems": {
"locked": {
"lastModified": 1681028828,