chore(flake): switch back to upstream wired-notify since PR is merged

This commit is contained in:
oddlama 2023-10-15 12:22:38 +02:00
parent 585c6c6f1a
commit 051fdc24cb
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 6 deletions

9
flake.lock generated
View file

@ -1316,16 +1316,15 @@
"utils": "utils"
},
"locked": {
"lastModified": 1697115341,
"lastModified": 1697336859,
"narHash": "sha256-1R8lPIH82OgrBchW5RGkJMB0NzH9cChljmGOFLoS748=",
"owner": "oddlama",
"owner": "Toqozz",
"repo": "wired-notify",
"rev": "cca2314431a88027fa44eade3fbf42f28ce9bfbc",
"rev": "0fe5cc4682c30b178dfb2c9c0e3ad19d20d0bc6f",
"type": "github"
},
"original": {
"owner": "oddlama",
"ref": "feat-not-render-criterion",
"owner": "Toqozz",
"repo": "wired-notify",
"type": "github"
}

View file

@ -94,7 +94,7 @@
templates.url = "github:NixOS/templates";
wired-notify = {
url = "github:oddlama/wired-notify/feat-not-render-criterion";
url = "github:Toqozz/wired-notify";
inputs.nixpkgs.follows = "nixpkgs";
};
};