mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -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;
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue