mirror of
https://github.com/NixOS/nix
synced 2025-07-12 23:15:08 +02:00
flake.nix: Use Nixpkgs convention for package variants
This commit is contained in:
parent
74b9b77c9f
commit
ebf77c79ae
2 changed files with 6 additions and 6 deletions
|
@ -6,9 +6,9 @@ in
|
|||
# This becomes the pkgs.nixComponents attribute set
|
||||
{
|
||||
inherit stdenv versionSuffix;
|
||||
libseccomp = pkgs.libseccomp-nix;
|
||||
boehmgc = pkgs.boehmgc-nix;
|
||||
libgit2 = pkgs.libgit2-nix;
|
||||
libseccomp = pkgs.libseccomp_nix;
|
||||
boehmgc = pkgs.boehmgc_nix;
|
||||
libgit2 = pkgs.libgit2_nix;
|
||||
busybox-sandbox-shell = pkgs.busybox-sandbox-shell or pkgs.default-busybox-sandbox-shell;
|
||||
|
||||
nix = callPackage ../package.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue