nixbook: update cypress to correct version

This commit is contained in:
Tristan 2024-07-23 15:42:32 +01:00
parent 7ff460508b
commit 5dbe3f07a7
3 changed files with 8 additions and 9 deletions

View file

@ -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"];