Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongchenyu6 committed Dec 12, 2023
1 parent 8bbd6b4 commit 19a82f4
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 43 deletions.
30 changes: 15 additions & 15 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"copilot-el": {
"cargoLocks": null,
"date": "2023-11-08",
"date": "2023-12-11",
"extract": null,
"name": "copilot-el",
"passthru": null,
Expand All @@ -50,12 +50,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "30a054f8569550853a9b6f947a2fe1ded7e7cc6b",
"sha256": "sha256-uNtoduh/29dpBcE556G3qHdycdj0OGMridCTy3k5vX8=",
"rev": "ba1d6018fdc2d735fecab1b2dcd4b5ea121b05ac",
"sha256": "sha256-W4HuvX+AnmHIK6YCstUbmxfhunaCtvcswgtX+92riz4=",
"type": "git",
"url": "https://github.com/zerolfx/copilot.el.git"
},
"version": "30a054f8569550853a9b6f947a2fe1ded7e7cc6b"
"version": "ba1d6018fdc2d735fecab1b2dcd4b5ea121b05ac"
},
"delivery": {
"cargoLocks": null,
Expand Down Expand Up @@ -106,15 +106,15 @@
"name": null,
"owner": "weaveworks",
"repo": "weave-gitops",
"rev": "v0.36.0",
"sha256": "sha256-tjDDd/4aJOnqRCs+YwYZF61Qv6znILXnAfBdLKOKdrQ=",
"rev": "v0.38.0",
"sha256": "sha256-Gm4DIQK8T+dTwB5swdrD+SjGgy/wFQ/fJYdSqNDSy9c=",
"type": "github"
},
"version": "v0.36.0"
"version": "v0.38.0"
},
"glab": {
"cargoLocks": null,
"date": "2023-11-21",
"date": "2023-12-08",
"extract": null,
"name": "glab",
"passthru": null,
Expand All @@ -124,12 +124,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "54d75b4782a9fc64f83ed5375786e8cee4c95686",
"sha256": "sha256-PH8D9feUZYXYGjqCJ3bqaaYPaUsKVcVKVRWlNyTvwMU=",
"rev": "a6bc84364e6c094b1ae2ce1eaccfe03c68e88160",
"sha256": "sha256-WP6aFtoLWZ1pV05FeGL/uLd6qVLbjzOCRqSVdWyGy3w=",
"type": "git",
"url": "https://gitlab.com/gitlab-org/cli.git"
},
"version": "54d75b4782a9fc64f83ed5375786e8cee4c95686"
"version": "a6bc84364e6c094b1ae2ce1eaccfe03c68e88160"
},
"gotron-sdk": {
"cargoLocks": null,
Expand Down Expand Up @@ -203,7 +203,7 @@
},
"korb": {
"cargoLocks": null,
"date": "2023-11-20",
"date": "2023-12-07",
"extract": null,
"name": "korb",
"passthru": null,
Expand All @@ -213,12 +213,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "f7086b5729525e5215413beeca8609558e0af589",
"sha256": "sha256-wAyy5CgYpoCLiy2zKlcq8VzkI5BNjZ/WOf0rV7icJrg=",
"rev": "f6a523a6a3a487d9829bcfbbeb224f8842ac31c7",
"sha256": "sha256-PDrlvcsd4l6m9V6z/kTQP1gm+NW5/v0t2CgkbUc2HLA=",
"type": "git",
"url": "https://github.com/BeryJu/korb.git"
},
"version": "f7086b5729525e5215413beeca8609558e0af589"
"version": "f6a523a6a3a487d9829bcfbbeb224f8842ac31c7"
},
"launch": {
"cargoLocks": null,
Expand Down
30 changes: 15 additions & 15 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
};
copilot-el = {
pname = "copilot-el";
version = "30a054f8569550853a9b6f947a2fe1ded7e7cc6b";
version = "ba1d6018fdc2d735fecab1b2dcd4b5ea121b05ac";
src = fetchgit {
url = "https://github.com/zerolfx/copilot.el.git";
rev = "30a054f8569550853a9b6f947a2fe1ded7e7cc6b";
rev = "ba1d6018fdc2d735fecab1b2dcd4b5ea121b05ac";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-uNtoduh/29dpBcE556G3qHdycdj0OGMridCTy3k5vX8=";
sha256 = "sha256-W4HuvX+AnmHIK6YCstUbmxfhunaCtvcswgtX+92riz4=";
};
date = "2023-11-08";
date = "2023-12-11";
};
delivery = {
pname = "delivery";
Expand All @@ -59,27 +59,27 @@
};
gitops = {
pname = "gitops";
version = "v0.36.0";
version = "v0.38.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = "weave-gitops";
rev = "v0.36.0";
rev = "v0.38.0";
fetchSubmodules = false;
sha256 = "sha256-tjDDd/4aJOnqRCs+YwYZF61Qv6znILXnAfBdLKOKdrQ=";
sha256 = "sha256-Gm4DIQK8T+dTwB5swdrD+SjGgy/wFQ/fJYdSqNDSy9c=";
};
};
glab = {
pname = "glab";
version = "54d75b4782a9fc64f83ed5375786e8cee4c95686";
version = "a6bc84364e6c094b1ae2ce1eaccfe03c68e88160";
src = fetchgit {
url = "https://gitlab.com/gitlab-org/cli.git";
rev = "54d75b4782a9fc64f83ed5375786e8cee4c95686";
rev = "a6bc84364e6c094b1ae2ce1eaccfe03c68e88160";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-PH8D9feUZYXYGjqCJ3bqaaYPaUsKVcVKVRWlNyTvwMU=";
sha256 = "sha256-WP6aFtoLWZ1pV05FeGL/uLd6qVLbjzOCRqSVdWyGy3w=";
};
date = "2023-11-21";
date = "2023-12-08";
};
gotron-sdk = {
pname = "gotron-sdk";
Expand Down Expand Up @@ -121,16 +121,16 @@
};
korb = {
pname = "korb";
version = "f7086b5729525e5215413beeca8609558e0af589";
version = "f6a523a6a3a487d9829bcfbbeb224f8842ac31c7";
src = fetchgit {
url = "https://github.com/BeryJu/korb.git";
rev = "f7086b5729525e5215413beeca8609558e0af589";
rev = "f6a523a6a3a487d9829bcfbbeb224f8842ac31c7";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-wAyy5CgYpoCLiy2zKlcq8VzkI5BNjZ/WOf0rV7icJrg=";
sha256 = "sha256-PDrlvcsd4l6m9V6z/kTQP1gm+NW5/v0t2CgkbUc2HLA=";
};
date = "2023-11-20";
date = "2023-12-07";
};
launch = {
pname = "launch";
Expand Down
7 changes: 4 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ let
doCheck = false;
})).override { cyrus_sasl = cyrus_sasl_with_ldap; };

postfix = pkgs.postfix.override { cyrus_sasl = cyrus_sasl_with_ldap; };
postfix_with_ldap =
pkgs.postfix.override { cyrus_sasl = cyrus_sasl_with_ldap; };

sssd = pkgs.sssd.override { withSudo = true; };
sssd_with_sude = pkgs.sssd.override { withSudo = true; };

krb5 = pkgs.krb5.overrideAttrs (old: {
krb5_with_ldap = pkgs.krb5.overrideAttrs (old: {
configureFlags = old.configureFlags
++ (if (old.pname == "libkrb5") then [ ] else [ "--with-ldap" ]);
});
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions templates/javascript/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
in {
devShell = devenv.lib.mkShell {
inherit inputs pkgs;
env = {
# This is your devenv configuration
NODE_OPTIONS = "--openssl-legacy-provider";
};
modules = [
({ pkgs, ... }: {
packages = with pkgs; [ ];
env = {
# This is your devenv configuration
NODE_OPTIONS = "--openssl-legacy-provider";
};

# This is your devenv configuration
languages = {
Expand Down

0 comments on commit 19a82f4

Please sign in to comment.