Are your Github notifications cluttered by dependabot? Use the following custom notification filter to select them all...
🤖 Dependabot
author:dependabot-preview[bot] author:dependabot[bot]
| # This can be built with nixos-rebuild --flake .#myhost build | |
| { | |
| description = "the simplest flake for nixos-rebuild"; | |
| inputs = { | |
| nixpkgs = { | |
| # Using the nixos-unstable branch specifically, which is the | |
| # closest you can get to following the equivalent channel with flakes. | |
| url = "github:NixOS/nixpkgs/nixos-unstable"; | |
| }; |