diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-06-22 14:21:34 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-06-22 14:21:34 -0600 |
| commit | e4d3006e78db17499878dfea83c4616b3a403590 (patch) | |
| tree | 5757a5120a9afcaae44fcfe212a59ea947731abd /flake.nix | |
| parent | dc6dd30a5a39f7ad57158d2393afa9f84fd96814 (diff) | |
upgrade to 26.05
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -2,9 +2,9 @@ description = "NixOS configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs-old.url = "github:nixos/nixpkgs/nixos-25.05"; + # nixpkgs-old.url = "github:nixos/nixpkgs/nixos-25.05"; flake-utils.url = "github:numtide/flake-utils"; @@ -12,7 +12,7 @@ nix-index-database.inputs.nixpkgs.follows = "nixpkgs-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager/release-26.05"; # The `follows` keyword in inputs is used for inheritance. # Here, `inputs.nixpkgs` of home-manager isn't kept consistent with the `inputs.nixpkgs` of the current flake, # to not avoid problems caused by different versions of nixpkgs dependencies. @@ -392,17 +392,17 @@ home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/default.nix; } ]; }; - picast = lib.nixosSystem { # anger at chromecast - specialArgs = { - pkgs-old = import nixpkgs-old { - system = "aarch64-linux"; - config.allowUnfree = true; - }; - }; - modules = minimalModuleConfig ++ [ ./machines/picast - home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/default.nix; } - ]; - }; + # picast = lib.nixosSystem { # anger at chromecast + # specialArgs = { + # pkgs-old = import nixpkgs-old { + # system = "aarch64-linux"; + # config.allowUnfree = true; + # }; + # }; + # modules = minimalModuleConfig ++ [ ./machines/picast + # home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/default.nix; } + # ]; + # }; microvm-test = lib.nixosSystem { # test system = "x86_64-linux"; modules = minimalModuleConfig ++ [ |
