nixbook: update cypress to correct version
This commit is contained in:
parent
7ff460508b
commit
5dbe3f07a7
3 changed files with 8 additions and 9 deletions
|
|
@ -24,11 +24,6 @@ in {
|
|||
|
||||
nixpkgs.overlays = [ (import ../../lib/cypress.nix) ];
|
||||
|
||||
environment.variables = {
|
||||
CYPRESS_INSTALL_BINARY=0;
|
||||
CYPRESS_RUN_BINARY="${pkgs.cypress}/bin/Cypress";
|
||||
};
|
||||
|
||||
services.onedrive.enable = true;
|
||||
|
||||
users.users.${user}.extraGroups = ["docker"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue