ma: deploy musnix via new source.nix

This commit is contained in:
makefu 2017-07-15 22:35:34 +02:00
parent 7704f80890
commit 91706b67af
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
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";
};
}