my NixOS and nix-darwin config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.

+6 -7
+6 -6
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1766038392, 11 - "narHash": "sha256-ht/GuKaw5NT3M12xM+mkUtkSBVtzjJ8IHIy6R/ncv9g=", 10 + "lastModified": 1766524813, 11 + "narHash": "sha256-N/sxS27+t9nGvGWqwwAceSMW/Y5ddcypS/aiTnZ7ScA=", 12 12 "owner": "LnL7", 13 13 "repo": "nix-darwin", 14 - "rev": "5fb45ece6129bd7ad8f7310df0ae9c00bae7c562", 14 + "rev": "c2b36207f2c396c79dbed9d40536db221bd4e363", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 27 27 ] 28 28 }, 29 29 "locked": { 30 - "lastModified": 1766387499, 31 - "narHash": "sha256-AjK3/UKDzeXFeYNLVBaJ3+HLE9he1g5UrlNd4/BM3eA=", 30 + "lastModified": 1766553851, 31 + "narHash": "sha256-hHKQhHkXxuPJwLkI8wdu826GLV5AcuW9/HVdc9eBnTU=", 32 32 "owner": "nix-community", 33 33 "repo": "home-manager", 34 - "rev": "527ad07e6625302b648ed3b28c34b62a79bd103e", 34 + "rev": "7eca7f7081036a7b740090994c9ec543927f89a7", 35 35 "type": "github" 36 36 }, 37 37 "original": {
-1
flake.nix
··· 3 3 4 4 inputs = { 5 5 6 - # Nixpkgs 7 6 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 8 7 9 8 home-manager = {