SurfaceGo: upgrade to nispkgs-unstable
This commit is contained in:
parent
3992f3e6b0
commit
998ea1fa43
1 changed files with 4 additions and 4 deletions
|
|
@ -108,14 +108,14 @@ outputs = { self, nixpkgs, nixpkgs-unstable, agenix, home-manager, home-manager-
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
SurfaceGo = nixpkgs.lib.nixosSystem {
|
SurfaceGo = nixpkgs-unstable.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { systemPkgs = inputs.nixpkgs; flakeSelf = self; };
|
specialArgs = { systemPkgs = inputs.nixpkgs-unstable; flakeSelf = self; };
|
||||||
modules = [
|
modules = [
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
home-manager.nixosModule
|
home-manager-unstable.nixosModule
|
||||||
nixos-hardware.nixosModules.microsoft-surface-go
|
nixos-hardware.nixosModules.microsoft-surface-go
|
||||||
nix-index-db.nixosModules.nix-index
|
nix-index-db-unstable.nixosModules.nix-index
|
||||||
./roles/common
|
./roles/common
|
||||||
./roles/desktop
|
./roles/desktop
|
||||||
./roles/kde
|
./roles/kde
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue