From 4ebecb8087180a31f4179ea95a4fa9db97982fed Mon Sep 17 00:00:00 2001 From: Swarsel Date: Wed, 18 Dec 2024 01:31:05 +0100 Subject: [PATCH] feat: add nixos-generate --- SwarselSystems.org | 1 + profiles/common/nixos/packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index 1d738ad..da67feb 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -3882,6 +3882,7 @@ Mostly used to install some compilers and lsp's that I want to have available wh # nix package database nix-index + nixos-generators # commit hooks pre-commit diff --git a/profiles/common/nixos/packages.nix b/profiles/common/nixos/packages.nix index fc85fb9..91ca10c 100644 --- a/profiles/common/nixos/packages.nix +++ b/profiles/common/nixos/packages.nix @@ -28,6 +28,7 @@ # nix package database nix-index + nixos-generators # commit hooks pre-commit