Skip to content

Commit 2b99e1c

Browse files
committed
HACK: commenting out poetry2nix so nix flake update passes
1 parent 103e3e7 commit 2b99e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nixpkgs.follows = "k-framework/nixpkgs";
66
flake-utils.follows = "k-framework/flake-utils";
77
rv-nix-tools.follows = "k-framework/rv-nix-tools";
8-
poetry2nix.follows = "k-framework/poetry2nix";
8+
# poetry2nix.follows = "k-framework/poetry2nix"; # FIXME: To stop crash with `nix flake update`
99
};
1010
outputs = { self, nixpkgs, flake-utils, k-framework, ... }@inputs:
1111
let

0 commit comments

Comments
 (0)