Enable unstable channel and install IDEA from unstable
This commit is contained in:
@ -3,11 +3,17 @@ let
|
||||
system = "x86_64-linux";
|
||||
hostname = "morpheus";
|
||||
swapUUID = "93bdadfc-961a-4ea6-aef0-d3cd50847f0b";
|
||||
overlay-unstable = final: prev: {
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
|
||||
};
|
||||
in
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
{ system.stateVersion = "22.05"; }
|
||||
({ config, pkgs, ... } : {
|
||||
system.stateVersion = "22.05";
|
||||
nixpkgs.overlays = [ overlay-unstable ];
|
||||
})
|
||||
(import ./common.nix inputs)
|
||||
(import ./dev.nix inputs)
|
||||
(import ./entertainment.nix inputs)
|
||||
|
Reference in New Issue
Block a user