add helium
This commit is contained in:
parent
3d090d65e6
commit
92b6ce1644
4 changed files with 91 additions and 1 deletions
|
|
@ -19,6 +19,11 @@
|
|||
|
||||
bun2nix.url = "github:nix-community/bun2nix";
|
||||
bun2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
helium = {
|
||||
url = "github:AlvaroParker/helium-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue