Compare commits
3 commits
f4f300f1b3
...
a7377a6afc
Author | SHA1 | Date | |
---|---|---|---|
|
a7377a6afc | ||
|
f137ff5e03 | ||
0eb9d1c9c2 |
2 changed files with 6 additions and 8 deletions
6
lon.lock
generated
6
lon.lock
generated
|
@ -247,9 +247,9 @@
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"branch": "nixos-25.05",
|
"branch": "nixos-25.05",
|
||||||
"revision": "70c74b02eac4",
|
"revision": "88331c17ba434359491e8d5889cce872464052c2",
|
||||||
"url": "https://github.com/NixOS/nixpkgs/archive/70c74b02eac4.tar.gz",
|
"url": "https://github.com/NixOS/nixpkgs/archive/88331c17ba434359491e8d5889cce872464052c2.tar.gz",
|
||||||
"hash": "sha256-N5waoqWt8aMr/MykZjSErOokYH6rOsMMXu3UOVH5kiw="
|
"hash": "sha256-FG4DEYBpROupu758beabUk9lhrblSf5hnv84v1TLqMc="
|
||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"type": "GitHub",
|
"type": "GitHub",
|
||||||
|
|
|
@ -93,14 +93,12 @@ diff --git a/pkgs/by-name/ka/kanidm-provision/package.nix b/pkgs/by-name/ka/kani
|
||||||
index 63d7e85ba8a8..5ebd69cb91ee 100644
|
index 63d7e85ba8a8..5ebd69cb91ee 100644
|
||||||
--- a/pkgs/by-name/ka/kanidm-provision/package.nix
|
--- a/pkgs/by-name/ka/kanidm-provision/package.nix
|
||||||
+++ b/pkgs/by-name/ka/kanidm-provision/package.nix
|
+++ b/pkgs/by-name/ka/kanidm-provision/package.nix
|
||||||
@@ -14,6 +14,10 @@ rustPlatform.buildRustPackage rec {
|
@@ -18,4 +18,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
hash = "sha256-kwxGrLz59Zk8PSsfQzPUeA/xWQZrV1NWlS5/yuqfIyI=";
|
hash = "sha256-m3bF4wFPVRc2E+E/pZc3js9T4rYbTejo/FFpysytWKw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
+ patches = [
|
+ patches = [
|
||||||
+ ./01-memberless.patch
|
+ ./01-memberless.patch
|
||||||
+ ];
|
+ ];
|
||||||
+
|
+
|
||||||
postPatch = ''
|
useFetchCargoVendor = true;
|
||||||
tomlq -ti '.package.version = "${finalAttrs.version}"' Cargo.toml
|
|
||||||
'';
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue