mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
chore: update nixpkgs-master
This commit is contained in:
@@ -13,36 +13,36 @@ let
|
|||||||
"--password-store=gnome-libsecret"
|
"--password-store=gnome-libsecret"
|
||||||
];
|
];
|
||||||
|
|
||||||
code-cursor =
|
code-cursor = pkgs-master.code-cursor;
|
||||||
(pkgs-master.code-cursor.override {
|
# (pkgs-master.code-cursor.override {
|
||||||
commandLineArgs = lib.concatStringsSep " " vscodeCliArgs;
|
# commandLineArgs = lib.concatStringsSep " " vscodeCliArgs;
|
||||||
}).overrideAttrs
|
# }).overrideAttrs
|
||||||
(oldAttrs: rec {
|
# (oldAttrs: rec {
|
||||||
pname = "cursor";
|
# pname = "cursor";
|
||||||
version = "2.1.36";
|
# version = "2.1.36";
|
||||||
src =
|
# src =
|
||||||
with pkgs-master;
|
# with pkgs-master;
|
||||||
appimageTools.extract {
|
# appimageTools.extract {
|
||||||
inherit pname version;
|
# inherit pname version;
|
||||||
src =
|
# src =
|
||||||
let
|
# let
|
||||||
sources = {
|
# sources = {
|
||||||
x86_64-linux = fetchurl {
|
# x86_64-linux = fetchurl {
|
||||||
# curl -s https://api2.cursor.sh/updates/api/download/stable/linux-x64/cursor | jq
|
# # curl -s https://api2.cursor.sh/updates/api/download/stable/linux-x64/cursor | jq
|
||||||
url = "https://downloads.cursor.com/production/9cd7c8b6cebcbccc1242df211dee45a4b6fe15e4/linux/x64/Cursor-2.1.36-x86_64.AppImage";
|
# url = "https://downloads.cursor.com/production/9cd7c8b6cebcbccc1242df211dee45a4b6fe15e4/linux/x64/Cursor-2.1.36-x86_64.AppImage";
|
||||||
hash = "sha256-aaprRB2BAaUCHj7m5aGacCBHisjN2pVZ+Ca3u1ifxBA=";
|
# hash = "sha256-aaprRB2BAaUCHj7m5aGacCBHisjN2pVZ+Ca3u1ifxBA=";
|
||||||
};
|
# };
|
||||||
aarch64-linux = fetchurl {
|
# aarch64-linux = fetchurl {
|
||||||
# curl -s https://api2.cursor.sh/updates/api/download/stable/linux-arm64/cursor | jq
|
# # curl -s https://api2.cursor.sh/updates/api/download/stable/linux-arm64/cursor | jq
|
||||||
url = "https://downloads.cursor.com/production/9cd7c8b6cebcbccc1242df211dee45a4b6fe15e4/linux/arm64/Cursor-2.1.36-aarch64.AppImage";
|
# url = "https://downloads.cursor.com/production/9cd7c8b6cebcbccc1242df211dee45a4b6fe15e4/linux/arm64/Cursor-2.1.36-aarch64.AppImage";
|
||||||
hash = "sha256-S2vFYBI6m0zjBJEDbk7gc6/zFiKWyhM73OUm1xsNx6Q=";
|
# hash = "sha256-S2vFYBI6m0zjBJEDbk7gc6/zFiKWyhM73OUm1xsNx6Q=";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
in
|
# in
|
||||||
sources.${stdenv.hostPlatform.system};
|
# sources.${stdenv.hostPlatform.system};
|
||||||
};
|
# };
|
||||||
sourceRoot = "${pname}-${version}-extracted/usr/share/cursor";
|
# sourceRoot = "${pname}-${version}-extracted/usr/share/cursor";
|
||||||
});
|
# });
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user