nixbook: update cypress to correct version
This commit is contained in:
parent
7ff460508b
commit
5dbe3f07a7
3 changed files with 8 additions and 9 deletions
|
|
@ -33,6 +33,11 @@ in {
|
|||
})
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
CYPRESS_INSTALL_BINARY=0;
|
||||
CYPRESS_RUN_BINARY="${pkgs.cypress}/bin/Cypress";
|
||||
};
|
||||
|
||||
gtk.gtk3.bookmarks = [
|
||||
"file:///home/tristan/OneDrive/ OneDrive"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,15 +1,14 @@
|
|||
final: prev: {
|
||||
cypress = prev.cypress.overrideAttrs (oldAttrs: rec {
|
||||
pname = "cypress";
|
||||
version = "13.8.0";
|
||||
version = "13.13.0";
|
||||
|
||||
src = prev.fetchzip {
|
||||
url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
|
||||
# sha256 = "sha256-cLjvISkA8UM2OU3ANYbrXD/pHE0iu69z+Ehh5N0jGxY=";
|
||||
sha256 = "sha256-9SSUbEZtyhl14FOcQwj2x/Utf1YuGtzt8hfLNaN3hvs=";
|
||||
sha256 = "sha256-FGaopXp8T0swY0v6IH7cuhp/IolTmJ8vXLLslPtBOJw=";
|
||||
## Note: sha256 is computed via (note the version):
|
||||
##
|
||||
## nix-prefetch-url --unpack https://cdn.cypress.io/desktop/12.1.0/linux-x64/cypress.zip
|
||||
## nix-prefetch-url --unpack https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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