add trollshell
This commit is contained in:
parent
fda8a5b8e9
commit
1c14eaeccf
6 changed files with 73 additions and 15 deletions
|
|
@ -100,6 +100,13 @@
|
|||
url = "github:numtide/treefmt-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
trollshell = {
|
||||
url = "github:vibec0re/trollshell";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
treefmt-nix.follows = "treefmt-nix";
|
||||
};
|
||||
};
|
||||
zerforschen-plus = {
|
||||
url = "git+https://git.berlin.ccc.de/vinzenz/zerforschen.plus";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Reference in a new issue