From 0307d8d9fccb43b222918bdc2eb1b0edc98f91c5 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 19 Sep 2024 13:29:37 +0200 Subject: [PATCH] fix override for a non-existent input 'systems' --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index f89f095..e93fe72 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ devshell.url = "github:numtide/devshell"; devshell.inputs.nixpkgs.follows = "nixpkgs"; - devshell.inputs.systems.follows = "systems"; agenix.url = "github:ryantm/agenix"; agenix.inputs.nixpkgs.follows = "nixpkgs";