flake/shell: add age to buildInputs
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
devShell.x86_64-linux = pkgs.mkShell {
|
devShell.x86_64-linux = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [sops ssh-to-age];
|
buildInputs = with pkgs; [sops ssh-to-age age];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "Configuring NixOS!"
|
echo "Configuring NixOS!"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user