muhehe >:3
This commit is contained in:
parent
2adaf45fd9
commit
08e6e2305d
2 changed files with 20 additions and 0 deletions
11
flake.nix
Normal file
11
flake.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-parts.url = "github:/hercules-cli/flake-parts";
|
||||
import-tree.url = "github:vic/import-tree";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
inputs.flake-parts.lib.mkFlake {inherit inputs;}
|
||||
(inputs.import-tree ./modules);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue