diff options
| author | seth <[email protected]> | 2023-10-21 17:45:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-21 17:45:00 -0400 |
| commit | 7288ffcecd47f0beab4e200416500affe7690941 (patch) | |
| tree | 9c6f3fc0f294b8554f1e9f83544b306e1a4c5e01 /flake.nix | |
| parent | ee2f5a81ea69d91fc8e9f3ba9c961ab58356a063 (diff) | |
flake: don't override parts input for nix-exprs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -40,10 +40,7 @@ getchoo = { url = "github:getchoo/nix-exprs"; - inputs = { - nixpkgs.follows = "nixpkgs"; - parts.follows = "parts"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; guzzle_api = { |
