Skip to content

An import helper for Nix, taken from kittywitch/nixfiles.

Notifications You must be signed in to change notification settings

kittywitch/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree

An import helper for Nix, taken from kittywitch/nixfiles.

Usage

  tree = inputs.tree.tree {
    inherit inputs;
    folder = ./.;
    config = {
    };
  };
nix-repl> :p tree
{ config = { "*" = { aliasDefault = false; evaluateDefault = false; excludes = [ ]; functor = { enable = false; excludes = [ ]; external = [ ]; }; }; "/" = { aliasDefault = false; evaluateDefault = false; excludes = [ ]; functor = { enable = false; excludes = [ ]; external = [ ]; }; }; }; impure = { default = "/nix/store/9p6bvdlib089c7zkbxzjzw3lywrqxywp-source/default.nix"; flake = "/nix/store/9p6bvdlib089c7zkbxzjzw3lywrqxywp-source/flake.nix"; }; pure = { default = "/nix/store/9p6bvdlib089c7zkbxzjzw3lywrqxywp-source/default.nix"; flake = "/nix/store/9p6bvdlib089c7zkbxzjzw3lywrqxywp-source/flake.nix"; }; }

About

An import helper for Nix, taken from kittywitch/nixfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages