forked from Fediversity/Fediversity
add package nixos-generators
This commit is contained in:
parent
937bd82e67
commit
7147108d6a
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ in
|
|||
(import ./tf.nix { inherit lib pkgs; })
|
||||
pkgs.direnv
|
||||
pkgs.jaq
|
||||
pkgs.nixos-generators
|
||||
setup
|
||||
];
|
||||
};
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
pkgs.git
|
||||
pkgs.direnv
|
||||
pkgs.jaq # tf
|
||||
pkgs.nixos-generators
|
||||
(import ../infra/tf.nix { inherit lib pkgs; })
|
||||
];
|
||||
SSH_PRIVATE_KEY_FILE = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue