Try what the docs said

This commit is contained in:
Greg Hellings
2025-12-10 07:23:50 -06:00
parent 74e5d0fc54
commit 6ec7434bb4
2 changed files with 7 additions and 21 deletions
+2 -3
View File
@@ -105,9 +105,8 @@
packages = (import ./pkgs { inherit pkgs top; }) // (import ./vms { inherit top; });
checks = import ./checks.nix {
inherit system top;
inherit (top) hooks;
inherit (pkgs) lib writeShellApplication;
inherit system top self';
inherit (pkgs) lib;
};
devShells = import ./shells.nix {