mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-09 22:13:02 -04:00
nixd: use nixpkgs-unstable
This commit is contained in:
parent
dfc97d17ee
commit
6629e64cf0
2 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
package = stable.nix;
|
package = stable.nix;
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue