update adam site
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
lib.mkForce [ ]; # Normally ["network-online.target"]
|
||||
};
|
||||
# mash spacebar to still be able to select a different boot option
|
||||
boot.loader.timeout = 0;
|
||||
boot.loader.timeout = 1;
|
||||
|
||||
virtualisation.docker.enableOnBoot = false;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ buildNpmPackage rec {
|
||||
src = fetchGit {
|
||||
url = "git@github.com:oberprofis/adams.git";
|
||||
ref = "main";
|
||||
rev = "001e9feb4d53f3046068f1bb88c7386b6c6f7f58";
|
||||
rev = "6575c418f45aef025d2d89d5b0b4ff4fbdffe298";
|
||||
};
|
||||
npmDepsHash="sha256-PRFHBlVIdHfATAAKVKax+bY4o+9czdfl7HjFnKk4KtI=";
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user