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;
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
};
}

View file

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