ma: deploy musnix via new source.nix

This commit is contained in:
makefu 2017-07-15 22:35:34 +02:00
parent b207111009
commit b2d1d6e95d
5 changed files with 4 additions and 17 deletions

View file

@ -1,3 +1,7 @@
import <stockholm/makefu/source.nix> {
name="studio";
override.musnix.git = {
url = https://github.com/musnix/musnix.git;
ref = "f0ec1f3";
};
}

View file

@ -26,9 +26,6 @@ with import <stockholm/lib>;
# <stockholm/makefu/2configs/deployment/led-fader>
# <stockholm/makefu/2configs/deployment/hound>
# development
<stockholm/makefu/2configs/sources>
# Krebs
<stockholm/makefu/2configs/tinc/retiolum.nix>

View file

@ -4,7 +4,6 @@ let
in
{
imports = [
../sources/musnix.nix # populate musnix
<musnix>
];
musnix.enable = true;

View file

@ -1,7 +0,0 @@
# the builder pc (my laptop) will also require the sources i use to deploy
# other boxes
{
imports = [
./musnix.nix
];
}

View file

@ -1,6 +0,0 @@
{
krebs.build.source.musnix.git = {
url = https://github.com/musnix/musnix.git;
ref = "f0ec1f3";
};
}