flake/shell: add age to buildInputs
This commit is contained in:
parent
e0e30163ed
commit
8e14ba0fe4
@ -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!"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user