[devbox] Pass pkgs-unstable.

This commit is contained in:
jmug
2026-01-11 19:07:08 -08:00
parent 29bfe9377e
commit 5583d6ffe6
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -181,6 +181,9 @@
# For machines that don't run NixOS.
devbox = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."x86_64-linux";
extraSpecialArgs = {
pkgs-unstable = pkgs-unstable_x86_64-linux;
};
modules = [
./users/devbox/home.nix
];