diff options
| author | figsoda <figsoda@pm.me> | 2023-06-12 07:49:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 13:49:39 +0200 |
| commit | 638a534273b712fd8a3fe37632ae88a2fe75aa72 (patch) | |
| tree | a0d20fdc59e4ecdee7e6a7714e616a1c2f21e29f /flake.lock | |
| parent | a883ceed8d74cd63c5717d916fdc76a56d2bf1c3 (diff) | |
Fix Nix flake (#1450)
Typst now requires Rust 1.70 which is not available in nixpkgs yet, so we switch to fenix instead
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 45 |
1 files changed, 42 insertions, 3 deletions
@@ -1,12 +1,33 @@ { "nodes": { + "fenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1686291735, + "narHash": "sha256-mpq2m6TN3ImqqUqA4u93NvkZu5vH//3spqjmPRbRlvA=", + "owner": "nix-community", + "repo": "fenix", + "rev": "6e6a94c4d0cac4821b6452fbae46609b89a8ddcf", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "nixpkgs": { "locked": { - "lastModified": 1679262748, - "narHash": "sha256-DQCrrAFrkxijC6haUzOC5ZoFqpcv/tg2WxnyW3np1Cc=", + "lastModified": 1686226982, + "narHash": "sha256-nLuiPoeiVfqqzeq9rmXxpybh77VS37dsY/k8N2LoxVg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "60c1d71f2ba4c80178ec84523c2ca0801522e0a6", + "rev": "a64b73e07d4aa65cfcbda29ecf78eaf9e72e44bd", "type": "github" }, "original": { @@ -18,8 +39,26 @@ }, "root": { "inputs": { + "fenix": "fenix", "nixpkgs": "nixpkgs" } + }, + "rust-analyzer-src": { + "flake": false, + "locked": { + "lastModified": 1686239338, + "narHash": "sha256-c6Mm7UnDf3j3akY3YB3rELFA76QRbB8ttSBsh00LWi0=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "9c03aa1ac2e67051db83a85baf3cfee902e4dd84", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } } }, "root": "root", |
