Add nixos as top-level monorepo package
I'd like to be able to call... `nix-build -E '(import <briefcase> {}).nixos.socrates'` ...as part of my efforts to wane my dependence off of `nixos-rebuild`.
This commit is contained in:
parent
9e0fdd3973
commit
6249e19cdc
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ let
|
||||||
# TODO: Find a better way to expose entire monorepo without introducing
|
# TODO: Find a better way to expose entire monorepo without introducing
|
||||||
# "infinite recursion".
|
# "infinite recursion".
|
||||||
localPkgs = readTree: {
|
localPkgs = readTree: {
|
||||||
|
nixos = readTree ./nixos;
|
||||||
blog = readTree ./blog;
|
blog = readTree ./blog;
|
||||||
lisp = readTree ./lisp;
|
lisp = readTree ./lisp;
|
||||||
gopkgs = readTree ./gopkgs;
|
gopkgs = readTree ./gopkgs;
|
||||||
|
|
Loading…
Add table
Reference in a new issue