aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-05-30 09:30:26 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-05-30 09:30:26 -0700
commit8c2a9610b9761be110fcbb5d652618fa0fcfbf77 (patch)
tree8d5ad86321f3721225b84cb8cb796f584acefa65
parent1c23aef1bd0d67b52ddd1d72305722202aff0073 (diff)
downloadnix-8c2a9610b9761be110fcbb5d652618fa0fcfbf77.tar
nix-8c2a9610b9761be110fcbb5d652618fa0fcfbf77.tar.gz
nix-8c2a9610b9761be110fcbb5d652618fa0fcfbf77.tar.bz2
nix-8c2a9610b9761be110fcbb5d652618fa0fcfbf77.tar.lz
nix-8c2a9610b9761be110fcbb5d652618fa0fcfbf77.tar.xz
nix-8c2a9610b9761be110fcbb5d652618fa0fcfbf77.tar.zst
nix-8c2a9610b9761be110fcbb5d652618fa0fcfbf77.zip
Update stable versionsHEADmaster
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 669fddb..1d5ce28 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,7 @@
#};
#home-manager-stable = {
- # url = "github:nix-community/home-manager/release-25.11";
+ # url = "github:nix-community/home-manager/release-26.05";
# inputs.nixpkgs.follows = "nixpkgs-stable";
#};
@@ -26,7 +26,7 @@
# persistent base NixOS URLs
nixpkgs-master.url = "github:NixOS/nixpkgs";
- nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
+ nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-26.05";
#nixpkgs-staging.url = "github:NixOS/nixpkgs/staging-nixos";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";