Skip to content

Instantly share code, notes, and snippets.

View cjshearer's full-sized avatar

Cody Shearer cjshearer

View GitHub Profile
@m1cr0man
m1cr0man / flake.nix
Last active October 5, 2024 13:18
The simplest Nix Flake for nixos-rebuild
# 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";
};
@cjshearer
cjshearer / filter.md
Last active October 31, 2023 17:56
Dependabot Notification Filter

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]