tweak(overrides): use patched Nitter

This commit is contained in:
Infinidoge 2022-11-07 17:33:51 -05:00
parent 2c79cb8dd6
commit 490c3c2931
2 changed files with 7 additions and 3 deletions

6
flake.lock generated
View file

@ -420,11 +420,11 @@
}, },
"fork": { "fork": {
"locked": { "locked": {
"lastModified": 1661615357, "lastModified": 1667858714,
"narHash": "sha256-KEzYjn6X2fzb/FcXA2BzpU8ujbVHG3I+lY0KOxHPUGk=", "narHash": "sha256-YB0LK13tmcJxKM2ex5LBlNDhG6eDIJuW5BRoO2qXGhA=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7d2f19cb709841de4e403f7fb0abacc4f31aeb74", "rev": "3635e03479e5f182abec231d2a68a7a783a60e41",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,5 +12,9 @@ channels: final: prev: {
hydrus hydrus
; ;
inherit (channels.fork)
nitter
;
qtile = final.qtile-unstable; qtile = final.qtile-unstable;
} }