my nixos/home-manager configuration
1
fork

Configure Feed

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

use branch ref instead of commit for discord patch

+5 -5
+4 -4
flake.lock
··· 151 151 }, 152 152 "nixpkgs-discord": { 153 153 "locked": { 154 - "lastModified": 1763840652, 155 - "narHash": "sha256-80OhWAa2fQIDm9rM+cejTuH0AJZkoqTAzOAy7r7hyk0=", 154 + "lastModified": 1764874544, 155 + "narHash": "sha256-ucrTutn3jEIFu6kK6hZGHxxubg2qVuQZhBszEcbiUHc=", 156 156 "owner": "sehnryr", 157 157 "repo": "nixpkgs", 158 - "rev": "e475d5430b45d51f7c4d18126a2ad887f8c33616", 158 + "rev": "0d113150dad20423c915e969644871f2a2b732e4", 159 159 "type": "github" 160 160 }, 161 161 "original": { 162 162 "owner": "sehnryr", 163 + "ref": "discord-fhs-krisp-fix", 163 164 "repo": "nixpkgs", 164 - "rev": "e475d5430b45d51f7c4d18126a2ad887f8c33616", 165 165 "type": "github" 166 166 } 167 167 },
+1 -1
flake.nix
··· 3 3 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; 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=e475d5430b45d51f7c4d18126a2ad887f8c33616"; 6 + nixpkgs-discord.url = "github:sehnryr/nixpkgs?ref=discord-fhs-krisp-fix"; 7 7 8 8 nixos-hardware.url = "github:nixos/nixos-hardware?ref=master"; 9 9