ma: deploy musnix via new source.nix
This commit is contained in:
parent
7704f80890
commit
91706b67af
@ -1,3 +1,7 @@
|
||||
import <stockholm/makefu/source.nix> {
|
||||
name="studio";
|
||||
override.musnix.git = {
|
||||
url = https://github.com/musnix/musnix.git;
|
||||
ref = "f0ec1f3";
|
||||
};
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
@ -4,7 +4,6 @@ let
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../sources/musnix.nix # populate musnix
|
||||
<musnix>
|
||||
];
|
||||
musnix.enable = true;
|
||||
|
@ -1,7 +0,0 @@
|
||||
# the builder pc (my laptop) will also require the sources i use to deploy
|
||||
# other boxes
|
||||
{
|
||||
imports = [
|
||||
./musnix.nix
|
||||
];
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
krebs.build.source.musnix.git = {
|
||||
url = https://github.com/musnix/musnix.git;
|
||||
ref = "f0ec1f3";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user