flake.lock: update

This commit is contained in:
Nikodem Rabuliński 2024-03-07 19:41:25 +01:00
parent f7e385d696
commit 8d975c07fa
2 changed files with 44 additions and 39 deletions

View file

@ -112,7 +112,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
crane = {
url = "github:ipetkov/crane";
# TODO: Move back once either is resolved
# https://github.com/ipetkov/crane/pull/533
# https://github.com/toml-rs/toml/issues/691
# url = "github:ipetkov/crane";
url = "github:nrabulinski/crane/no-toml-edit";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-darwin = {