Skip to content

Commit

Permalink
feat: add some pkg and add cmd of disko
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed May 12, 2024
1 parent 93ee3bb commit dc5967c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,17 @@
find sops/secrets -type f | xargs -I{} sops updatekeys --yes {}
'';
}
{
help = "disko";
name = "disko";
command = ''
${inputs.disko.packages.${system}.disko}/bin/disko ''${@}
'';
}
];
packages = with pkgs; [
age
nixos-generators
sops
ssh-to-age
];
Expand Down

0 comments on commit dc5967c

Please sign in to comment.