diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:15:53 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:15:53 +0000 |
| commit | 65aaad111c5f22675f82219640f4f252e3f9fd71 (patch) | |
| tree | ddddaa187db17a1a7fbd77365f549982fa22a33b /flake.nix | |
| parent | upgraded nixos (diff) | |
moved to stable branch for stability
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ inputs = { # default nix flake imports nixpkgs = { - url = "github:nixos/nixpkgs/nixos-unstable"; + url = "github:nixos/nixpkgs/nixos-25.05"; }; home-manager = { - url = "github:nix-community/home-manager"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; |
