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