my nixos/home-manager configuration
1
fork

Configure Feed

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

upgrade nixpkgs commit for discord

+5 -5
+4 -4
flake.lock
··· 151 151 }, 152 152 "nixpkgs-discord": { 153 153 "locked": { 154 - "lastModified": 1763589008, 155 - "narHash": "sha256-P5jilulrowFe3z4CnRwNBgYqzR4KdFk8mjkmqHq2i9A=", 154 + "lastModified": 1763600114, 155 + "narHash": "sha256-ew69p9XbPmsX0+Kf2lZIn1SvGHTMZSSKbDylfslGH0w=", 156 156 "owner": "sehnryr", 157 157 "repo": "nixpkgs", 158 - "rev": "0aca1326f08df548c529e310476beb2b3b11933f", 158 + "rev": "41407f09ce7a3ad0d92772c7f1279c893891a799", 159 159 "type": "github" 160 160 }, 161 161 "original": { 162 162 "owner": "sehnryr", 163 163 "repo": "nixpkgs", 164 - "rev": "0aca1326f08df548c529e310476beb2b3b11933f", 164 + "rev": "41407f09ce7a3ad0d92772c7f1279c893891a799", 165 165 "type": "github" 166 166 } 167 167 },
+1 -1
flake.nix
··· 3 3 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05"; 4 4 nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 5 5 nixpkgs-graalvm-ce-21.url = "github:nixos/nixpkgs?rev=ed4db9c6c75079ff3570a9e3eb6806c8f692dc26"; 6 - nixpkgs-discord.url = "github:sehnryr/nixpkgs?rev=0aca1326f08df548c529e310476beb2b3b11933f"; 6 + nixpkgs-discord.url = "github:sehnryr/nixpkgs?rev=41407f09ce7a3ad0d92772c7f1279c893891a799"; 7 7 8 8 nixos-hardware.url = "github:nixos/nixos-hardware?ref=master"; 9 9