diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-24 00:39:14 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-24 00:39:14 -0500 |
commit | 24a905d34afb13def3bba5539a6b3037b0d71f18 (patch) | |
tree | 3b3d0a87029ed916e7762750d79d196405e8468f /home/nix/home.nix | |
parent | update commits (diff) | |
download | dotfiles-guix-24a905d34afb13def3bba5539a6b3037b0d71f18.tar.gz dotfiles-guix-24a905d34afb13def3bba5539a6b3037b0d71f18.tar.bz2 dotfiles-guix-24a905d34afb13def3bba5539a6b3037b0d71f18.zip |
pin nixos commits and update to beta release 25.05
Diffstat (limited to '')
-rw-r--r-- | home/nix/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nix/home.nix b/home/nix/home.nix index 1971e58..c0e6e30 100644 --- a/home/nix/home.nix +++ b/home/nix/home.nix @@ -12,7 +12,7 @@ home = { username = "freya"; homeDirectory = "/home/freya"; - stateVersion = "24.05"; + stateVersion = "25.05"; packages = with pkgs; [ # desktop |