We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103e3e7 commit 2b99e1cCopy full SHA for 2b99e1c
flake.nix
@@ -5,7 +5,7 @@
5
nixpkgs.follows = "k-framework/nixpkgs";
6
flake-utils.follows = "k-framework/flake-utils";
7
rv-nix-tools.follows = "k-framework/rv-nix-tools";
8
- poetry2nix.follows = "k-framework/poetry2nix";
+ # poetry2nix.follows = "k-framework/poetry2nix"; # FIXME: To stop crash with `nix flake update`
9
};
10
outputs = { self, nixpkgs, flake-utils, k-framework, ... }@inputs:
11
let
0 commit comments