Update to nixos 26.05
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -5,25 +5,25 @@
|
||||
# Unstable for standalone configurations and overlays
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-26.05";
|
||||
|
||||
nixpkgs-wsl-stable.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs-wsl-stable.url = "github:nixos/nixpkgs/nixos-26.05";
|
||||
|
||||
# Pinned nixpkgs for opencode 1.14.25 (latest unstable segfaults)
|
||||
nixpkgs-opencode.url = "github:nixos/nixpkgs/6368eda62c9775c38ef7f714b2555a741c20c72d";
|
||||
|
||||
nixos-wsl = {
|
||||
url = "github:nix-community/nixos-wsl/release-25.11";
|
||||
url = "github:nix-community/nixos-wsl/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs-wsl-stable";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
url = "github:nix-community/home-manager/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
};
|
||||
|
||||
home-manager-wsl = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
url = "github:nix-community/home-manager/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs-wsl-stable";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user