add my custom packages

This commit is contained in:
Callum Leslie 2024-09-10 20:51:16 +01:00
parent 2a0849b294
commit 93fc786859
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
4 changed files with 335 additions and 13 deletions

View file

@ -159,5 +159,21 @@
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
# my custom programs
nish = {
url = "github:callumio/nish";
inputs.nixpkgs.follows = "unstable";
};
nsbm = {
url = "github:callumio/nsbm";
inputs = {
nixpkgs.follows = "unstable";
treefmt-nix.follows = "treefmt-nix";
flake-parts.follows = "flake-parts";
systems.follows = "systems";
};
};
};
}