diff --git a/flake.nix b/flake.nix index 54e2d58..27316a7 100644 --- a/flake.nix +++ b/flake.nix @@ -6,11 +6,11 @@ }; outputs = - { + inputs@{ self, nixpkgs, ... - }@inputs: + }: let supportedSystems = [ "x86_64-linux"