summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-21 17:45:00 -0400
committerseth <[email protected]>2023-10-21 17:45:00 -0400
commit7288ffcecd47f0beab4e200416500affe7690941 (patch)
tree9c6f3fc0f294b8554f1e9f83544b306e1a4c5e01 /flake.nix
parentee2f5a81ea69d91fc8e9f3ba9c961ab58356a063 (diff)
flake: don't override parts input for nix-exprs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index f25864f..ac3f0b6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,10 +40,7 @@
getchoo = {
url = "github:getchoo/nix-exprs";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- parts.follows = "parts";
- };
+ inputs.nixpkgs.follows = "nixpkgs";
};
guzzle_api = {