1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-21 17:59:41 +01:00

tests: pkgs.systemstdenv.hostPlatform.system

`pkgs.system` is deprecated and prints an eval warning.
This commit is contained in:
Matt Sturgeon 2025-11-19 10:50:50 +00:00 committed by Gaétan Lepage
parent 7408b72662
commit 6fff5d7fa7

View file

@ -4,9 +4,9 @@
lib,
linkFarm,
self, # The flake instance
system ? pkgs.stdenv.hostPlatform.system,
}:
let
inherit (pkgs.stdenv.hostPlatform) system;
# Use a single common instance of nixpkgs, with allowUnfree
# Having a single shared instance should speed up tests a little