nix package to latest
Some checks failed
/ build-all (push) Has been cancelled

This commit is contained in:
Antoine Vaure 2025-10-10 15:08:21 +02:00
parent c2d8eb2e61
commit c84938b657

View file

@ -5,11 +5,9 @@
./fish.nix ./fish.nix
]; ];
# Home Manager needs a bit of information about you and the paths it should nix.package = pkgs.nixVersions.latest;
# manage.
home.homeDirectory = "/home/${config.home.username}"; home.homeDirectory = "/home/${config.home.username}";
home.stateVersion = "23.05"; # Please read the comment before changing. home.stateVersion = "23.05"; # Please read the comment before changing.
home.packages = with pkgs; [ home.packages = with pkgs; [