now using elephant as a seperate input. This way it will be updated by seperately

This commit is contained in:
2026-01-27 14:05:45 +01:00
parent b4efbdcd2d
commit e96cf7518e
2 changed files with 13 additions and 0 deletions

View File

@@ -11,9 +11,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
elephant = {
url = "github:abenz1267/elephant";
inputs.nixpkgs.follows = "nixpkgs";
};
walker = {
url = "github:abenz1267/walker";
inputs.nixpkgs.follows = "nixpkgs";
inputs.elephant.follows = "elephant";
};
nix-options-doc = {