From cef9c4b942f977e6aea766666495e9533eb3ca69 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 20 Jun 2023 16:05:35 -0500 Subject: [PATCH] fix: changed input signature on numitde/devshell --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9bae8904..30404cf9 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,6 @@ flake-utils.url = "github:numtide/flake-utils"; devshell.url = "github:numtide/devshell"; devshell.inputs.nixpkgs.follows = "nixpkgs"; - devshell.inputs.flake-utils.follows = "flake-utils"; nixago.url = "github:nix-community/nixago"; nixago.inputs.nixpkgs.follows = "nixpkgs"; nixago.inputs.nixago-exts.follows = "blank";