my nixos configuration
0
fork

Configure Feed

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

clean up old nixpkgs, fix xrizer build (unnecessary patch)

Thunder 901490e6 a05262b0

+4 -24
-17
flake.lock
··· 1176 1176 "type": "github" 1177 1177 } 1178 1178 }, 1179 - "nixpkgs-24-11": { 1180 - "locked": { 1181 - "lastModified": 1751274312, 1182 - "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=", 1183 - "owner": "NixOS", 1184 - "repo": "nixpkgs", 1185 - "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674", 1186 - "type": "github" 1187 - }, 1188 - "original": { 1189 - "owner": "NixOS", 1190 - "ref": "nixos-24.11", 1191 - "repo": "nixpkgs", 1192 - "type": "github" 1193 - } 1194 - }, 1195 1179 "nixpkgs-25-05": { 1196 1180 "locked": { 1197 1181 "lastModified": 1757341549, ··· 1676 1660 "nix-gaming": "nix-gaming", 1677 1661 "nixos-hardware": "nixos-hardware", 1678 1662 "nixpkgs": "nixpkgs_8", 1679 - "nixpkgs-24-11": "nixpkgs-24-11", 1680 1663 "nixpkgs-25-05": "nixpkgs-25-05", 1681 1664 "nixpkgs-xr": "nixpkgs-xr", 1682 1665 "nur": "nur",
-1
flake.nix
··· 24 24 25 25 inputs = { 26 26 nixpkgs.url = "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz"; 27 - nixpkgs-24-11.url = "github:NixOS/nixpkgs/nixos-24.11"; 28 27 nixpkgs-25-05.url = "github:NixOS/nixpkgs/nixos-25.05"; 29 28 30 29 flake-parts = {
-1
modules/gaming/default.nix
··· 49 49 }) 50 50 (lib.mkIf (cfg.enable && cfg.emulation) { 51 51 environment.systemPackages = with pkgs; [ 52 - # pkgs."2411".retroarchFull 53 52 # (callPackage retroarch { 54 53 # cores = with libretro; [ 55 54 # snes9x
+4 -5
modules/overlay.nix
··· 11 11 ataraxiasjel = nur.repos.ataraxiasjel; 12 12 hyprsplit = inputs.hyprsplit.packages.${final.system}.default; 13 13 14 - "2411" = import inputs.nixpkgs-24-11 { 15 - system = final.system; 16 - config.allowUnfree = final.config.allowUnfree; 17 - }; 18 - 19 14 "2505" = import inputs.nixpkgs-25-05 { 20 15 system = final.system; 21 16 config.allowUnfree = final.config.allowUnfree; ··· 28 23 repo = "avrdude"; 29 24 }; 30 25 }); 26 + 27 + xrizer = prev.xrizer.overrideAttrs { 28 + patches = []; 29 + }; 31 30 32 31 gnome2 = 33 32 prev.gnome2