this repo has no description
0
fork

Configure Feed

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

chore: upgrade to NixOS 24.11

+11 -13
+8 -8
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1726989464, 11 - "narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=", 10 + "lastModified": 1732466619, 11 + "narHash": "sha256-T1e5oceypZu3Q8vzICjv1X/sGs9XfJRMW5OuXHgpB3c=", 12 12 "owner": "nix-community", 13 13 "repo": "home-manager", 14 - "rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176", 14 + "rev": "f3111f62a23451114433888902a55cf0692b408d", 15 15 "type": "github" 16 16 }, 17 17 "original": { 18 18 "owner": "nix-community", 19 - "ref": "release-24.05", 19 + "ref": "release-24.11", 20 20 "repo": "home-manager", 21 21 "type": "github" 22 22 } ··· 39 39 }, 40 40 "nixpkgs": { 41 41 "locked": { 42 - "lastModified": 1731652201, 43 - "narHash": "sha256-XUO0JKP1hlww0d7mm3kpmIr4hhtR4zicg5Wwes9cPMg=", 42 + "lastModified": 1732350895, 43 + "narHash": "sha256-GcOQbOgmwlsRhpLGSwZJwLbo3pu9ochMETuRSS1xpz4=", 44 44 "owner": "nixos", 45 45 "repo": "nixpkgs", 46 - "rev": "c21b77913ea840f8bcf9adf4c41cecc2abffd38d", 46 + "rev": "0c582677378f2d9ffcb01490af2f2c678dcb29d3", 47 47 "type": "github" 48 48 }, 49 49 "original": { 50 50 "owner": "nixos", 51 - "ref": "nixos-24.05", 51 + "ref": "nixos-24.11", 52 52 "repo": "nixpkgs", 53 53 "type": "github" 54 54 }
+2 -2
flake.nix
··· 3 3 4 4 inputs = { 5 5 nixpkgs = { 6 - url = "github:nixos/nixpkgs/nixos-24.05"; 6 + url = "github:nixos/nixpkgs/nixos-24.11"; 7 7 }; 8 8 nixos-hardware = { 9 9 url = "github:NixOS/nixos-hardware/master"; 10 10 }; 11 11 home-manager = { 12 - url = "github:nix-community/home-manager/release-24.05"; 12 + url = "github:nix-community/home-manager/release-24.11"; 13 13 inputs.nixpkgs.follows = "nixpkgs"; 14 14 }; 15 15 };
-1
hosts/ryzentower.nix
··· 3 3 { 4 4 hardware = { 5 5 opengl = { 6 - driSupport = true; 7 6 driSupport32Bit = true; 8 7 }; 9 8 };
-1
hosts/thinkpadz13.nix
··· 3 3 { 4 4 hardware = { 5 5 opengl = { 6 - driSupport = true; 7 6 driSupport32Bit = true; 8 7 }; 9 8 };
+1 -1
users/khuedoan.nix
··· 28 28 foot 29 29 fzf 30 30 gh 31 - gnome.gnome-sound-recorder 31 + gnome-sound-recorder 32 32 go 33 33 jq 34 34 k9s