nixd: use nixpkgs-unstable

This commit is contained in:
sadan 2025-03-12 23:03:16 -04:00
parent dfc97d17ee
commit 6629e64cf0
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -14,6 +14,6 @@
]; ];
}; };
package = stable.nix; package = stable.nix;
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
}; };
} }

View file

@ -61,8 +61,8 @@
perSystem = { config, ... }: { }; perSystem = { config, ... }: { };
flake = { flake = {
homeConfigurations = { homeConfigurations = {
nixd = inputs.home-manager.lib.homeManagerConfiguration { nixd = inputs.home-manager-unstable.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux; pkgs = nixpkgs-unstable.legacyPackages.x86_64-linux;
modules = [ modules = [
{ {
home = { home = {
@ -84,7 +84,7 @@
}; };
}; };
nixosConfigurations = { nixosConfigurations = {
nixd = nixpkgs.lib.nixosSystem { }; nixd = nixpkgs-unstable.lib.nixosSystem { };
serverpc = nixpkgs-unstable.lib.nixosSystem rec { serverpc = nixpkgs-unstable.lib.nixosSystem rec {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {