diff options
Diffstat (limited to '')
| -rw-r--r-- | flake/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix index 83138f32..c35a5f55 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -9,6 +9,8 @@ # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. { self, + sources, + nixpkgs, system, openPRsNixpkgs, packageSets, @@ -29,6 +31,8 @@ nixosConfigurations = import ../hosts { inherit self + sources + nixpkgs system openPRsNixpkgs packageSets @@ -91,6 +95,7 @@ in { pkgs.cocogitto pkgs.git-bug pkgs.reuse + pkgs.html2text # secrets pkgs.ragenix @@ -107,6 +112,7 @@ in { pkgs.alejandra pkgs.deadnix pkgs.nvd + pkgs.npins ]; }; }; |
