about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-19 18:50:02 +0100
committerSoispha <soispha@vhack.eu>2024-01-19 18:50:02 +0100
commit3a0db9d35d7f598b3a1cc9a5dd9e8690ddeb9ce5 (patch)
treefec764177e50507cf40e172e0311e856df9b7755
parentfix(hm/conf/unison): Correctly implement path ignoring (diff)
downloadnixos-config-3a0db9d35d7f598b3a1cc9a5dd9e8690ddeb9ce5.tar.gz
nixos-config-3a0db9d35d7f598b3a1cc9a5dd9e8690ddeb9ce5.zip
feat(flake): Add `pkgs` subattribute
-rw-r--r--flake/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 44d846ed..e05b0021 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -93,6 +93,7 @@ in {
       defaultSpecialArgs
       ;
   };
+  inherit pkgs;
   packages."${system}" = import ./packages {
     inherit
       nixos-generators