fix: move to main branch of fenix
Some checks failed
build / tests (push) Has been cancelled

This was not used originally due to a deprecated function being used. This has since been resolved.
This commit is contained in:
Callum Leslie 2024-09-12 08:12:05 +01:00
parent 1c5a478ad4
commit 75e7c33a87
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -39,16 +39,15 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1725437390, "lastModified": 1726116637,
"narHash": "sha256-W2ZnHE+FkPVap5Em6na4KP8XkhU8kpY07iX0d4+y4uM=", "narHash": "sha256-tU2GhwU887mPg6C4c2k+CEBAnKY6R0tSeQYtoqjZmLM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "29ad6b2023ccec4d4679244c233f0ea875cdf000", "rev": "96a04a213838c5001619ad57400c5a176fa040b1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "pull/163/head",
"repo": "fenix", "repo": "fenix",
"type": "github" "type": "github"
} }

View file

@ -6,7 +6,7 @@
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
fenix.inputs.nixpkgs.follows = "nixpkgs"; fenix.inputs.nixpkgs.follows = "nixpkgs";
fenix.url = "github:nix-community/fenix/pull/163/head"; fenix.url = "github:nix-community/fenix";
crane.url = "github:ipetkov/crane"; crane.url = "github:ipetkov/crane";