From 537cda3889c2af821327dcd3e41b9504ba91785e Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:28:09 -0500 Subject: [PATCH] self input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};