diff --git a/flake.nix b/flake.nix index 1f8677d..0403362 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ _1password-shell-plugins.url = "github:1Password/shell-plugins"; }; - outputs = { nixpkgs, ... }@inputs: + outputs = { self, nixpkgs, ... }@inputs: let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system};