mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-21 17:59:41 +01:00
tests: pkgs.system → stdenv.hostPlatform.system
`pkgs.system` is deprecated and prints an eval warning.
This commit is contained in:
parent
7408b72662
commit
6fff5d7fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
lib,
|
lib,
|
||||||
linkFarm,
|
linkFarm,
|
||||||
self, # The flake instance
|
self, # The flake instance
|
||||||
system ? pkgs.stdenv.hostPlatform.system,
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
inherit (pkgs.stdenv.hostPlatform) system;
|
||||||
|
|
||||||
# Use a single common instance of nixpkgs, with allowUnfree
|
# Use a single common instance of nixpkgs, with allowUnfree
|
||||||
# Having a single shared instance should speed up tests a little
|
# Having a single shared instance should speed up tests a little
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue