mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-03-20 03:23:44 +00:00
nix: pin nixpkgs commit to same as status-go
This avoids fetching different nixpkgs versions. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
066d68eb55
commit
7999b0b2eb
@ -7,7 +7,9 @@
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs?rev=f44bd8ca21e026135061a0a57dcf3d0775b67a49";
|
||||
# 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";
|
||||
zerokit = {
|
||||
url = "github:vacp2p/zerokit?rev=dc0b31752c91e7b4fefc441cfa6a8210ad7dba7b";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user