Bohdan's terminal configuration

unpinned home manager

bpavuk.neocities.org babc1b2e 381c23df

verified
Changed files
+4 -5
+3 -4
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1764398914, 11 - "narHash": "sha256-YPrpwlVQidzQlMh0OnquaJR+58rKe9YNnuRis293Ilo=", 10 + "lastModified": 1764361670, 11 + "narHash": "sha256-jgWzgpIaHbL3USIq0gihZeuy1lLf2YSfwvWEwnfAJUw=", 12 12 "owner": "nix-community", 13 13 "repo": "home-manager", 14 - "rev": "d0c5fdc48db6f19471b8adc954eca09194e68036", 14 + "rev": "780be8ef503a28939cf9dc7996b48ffb1a3e04c6", 15 15 "type": "github" 16 16 }, 17 17 "original": { 18 18 "owner": "nix-community", 19 - "ref": "release-25.11", 20 19 "repo": "home-manager", 21 20 "type": "github" 22 21 }
+1 -1
flake.nix
··· 5 5 nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 6 6 7 7 home-manager = { 8 - url = "github:nix-community/home-manager/release-25.11"; 8 + url = "github:nix-community/home-manager"; 9 9 inputs.nixpkgs.follows = "nixpkgs"; 10 10 }; 11 11