[nixos] Downgrade from unstable to 25.05

This commit is contained in:
2025-10-25 15:05:08 -07:00
parent 4b68e3f051
commit 67a82f14fd
5 changed files with 36 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
description = "A very basic flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
nix-darwin = {
@@ -11,7 +11,7 @@
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};