index
:
nix
master
a nixosConfigurations collective
Mark Nipper
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
home
/
root
/
arrakis.nix
blob: 83c92cd06ebd7272c21f72d2efc1891560566621 (
plain
)
1
2
3
4
5
6
{
inputs
,
lib
,
pkgs
,
config
,
outputs
,
...
}:
{
imports
=
[
common/core
];
}