mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-03-02 18:53:21 +00:00
Merge 9b858ee4a77552086cac56c3d638da61f1e26816 into ba85873f03a1da6ab04287949849815fd97b7bfd
This commit is contained in:
commit
74caab2072
@ -7,6 +7,10 @@
|
||||
};
|
||||
|
||||
inputs = {
|
||||
# Ensure Nix fetches git submodules (vendor/*) when evaluating this flake.
|
||||
# Requires Nix >= 2.27. Consumers no longer need '?submodules=1' in the URL.
|
||||
self.submodules = true;
|
||||
|
||||
# We are pinning the commit because ultimately we want to use same commit across different projects.
|
||||
# A commit from nixpkgs 24.11 release : https://github.com/NixOS/nixpkgs/tree/release-24.11
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/0ef228213045d2cdb5a169a95d63ded38670b293";
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
zerokitRln,
|
||||
}:
|
||||
|
||||
assert pkgs.lib.assertMsg ((src.submodules or true) == true)
|
||||
assert pkgs.lib.assertMsg (builtins.pathExists "${src}/vendor/nimbus-build-system/scripts")
|
||||
"Unable to build without submodules. Append '?submodules=1#' to the URI.";
|
||||
|
||||
let
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user