Skip to content

Commit 29bc49a

Browse files
committed
nix: fix a regression where path inputs were locked
1 parent 7e131b3 commit 29bc49a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
flake = false;
2121
};
2222
inputs.nix = {
23-
url = "github:cachix/nix/devenv-2.30";
23+
url = "github:cachix/nix/d879e0f029613a78ec5fe3667363de5fd3c97a58";
2424
inputs = {
2525
# disabled until we fix https://github.com/cachix/devenv-nixpkgs/issues/2
2626
# nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)