self input

This commit is contained in:
John Lancaster
2025-07-01 17:28:09 -05:00
parent 0c7d55488b
commit 537cda3889

View File

@@ -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};