mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
7486517713
commit
9903866044
160 changed files with 4570 additions and 3019 deletions
|
|
@ -20,13 +20,18 @@ in {
|
|||
rev = "r${version}";
|
||||
sha256 = "sha256-lVRTrEnwuyKETFL1C8bVqBfrDaYrbQIdmHN42CF8ZIw=";
|
||||
};
|
||||
sconsFlags = old.sconsFlags ++ [
|
||||
"MONGO_VERSION=${version}"
|
||||
];
|
||||
sconsFlags =
|
||||
old.sconsFlags
|
||||
++ [
|
||||
"MONGO_VERSION=${version}"
|
||||
];
|
||||
});
|
||||
isUpdated = lib.versionAtLeast pkgs.mongodb-5_0.version mongodb-5_0_26.version;
|
||||
message = "mongodb 5.0 updated in upstream nixpkgs, override no longer needed";
|
||||
in if !isUpdated then mongodb-5_0_26 else lib.warn message pkgs.mongodb-5_0;
|
||||
in
|
||||
if !isUpdated
|
||||
then mongodb-5_0_26
|
||||
else lib.warn message pkgs.mongodb-5_0;
|
||||
};
|
||||
|
||||
networking.firewall = mkIf cfg.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue