self input
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
_1password-shell-plugins.url = "github:1Password/shell-plugins";
|
_1password-shell-plugins.url = "github:1Password/shell-plugins";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, ... }@inputs:
|
outputs = { self, nixpkgs, ... }@inputs:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
|||||||
Reference in New Issue
Block a user