vscode, vscodium: ban nixpkgs-update from updating
nixpkgs-update doesn't correctly update the hash for darwin. There doesn't seem to be a good fix for this. See also: - #76471 - #76458 CC: @ryantm @eadwu
This commit is contained in:
parent
e443d946bf
commit
157d9bcc52
@ -16,6 +16,8 @@ let
|
|||||||
}.${system};
|
}.${system};
|
||||||
in
|
in
|
||||||
callPackage ./generic.nix rec {
|
callPackage ./generic.nix rec {
|
||||||
|
# The update script doesn't correctly change the hash for darwin, so please:
|
||||||
|
# nixpkgs-update: no auto update
|
||||||
|
|
||||||
version = "1.41.1";
|
version = "1.41.1";
|
||||||
pname = "vscode";
|
pname = "vscode";
|
||||||
|
@ -22,6 +22,8 @@ let
|
|||||||
in
|
in
|
||||||
callPackage ./generic.nix rec {
|
callPackage ./generic.nix rec {
|
||||||
inherit sourceRoot;
|
inherit sourceRoot;
|
||||||
|
# The update script doesn't correctly change the hash for darwin, so please:
|
||||||
|
# nixpkgs-update: no auto update
|
||||||
|
|
||||||
version = "1.41.1";
|
version = "1.41.1";
|
||||||
pname = "vscodium";
|
pname = "vscodium";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user