index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
lib
/
default.nix
blob: a273758883afc264fb4092ee7ccb6b3e88cc3e27 (
plain
)
1
2
3
4
{
callPackage
}:
{
importAll
=
callPackage
./importAll.nix
{
};
}