diff --git a/flake.nix b/flake.nix index 029ae09..36b7324 100755 --- a/flake.nix +++ b/flake.nix @@ -30,11 +30,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; }; - outputs = { - self, - nixpkgs, - ... - } @ inputs: let + outputs = {nixpkgs, ...} @ inputs: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system;