add my custom packages

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

View file

@ -159,5 +159,27 @@
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";
flake-parts.follows = "flake-parts";
systems.follows = "systems";
treefmt-nix.follows = "treefmt-nix";
pre-commit-hooks.follows = "pre-commit-hooks";
};
};
nsbm = {
url = "github:callumio/nsbm";
inputs = {
nixpkgs.follows = "unstable";
treefmt-nix.follows = "treefmt-nix";
flake-parts.follows = "flake-parts";
systems.follows = "systems";
};
};
};
}