mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
56f0b5304f
commit
7a5ee5d597
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@
|
||||||
changelog-d;
|
changelog-d;
|
||||||
default = self.packages.${system}.nix;
|
default = self.packages.${system}.nix;
|
||||||
} // lib.concatMapAttrs
|
} // lib.concatMapAttrs
|
||||||
# We need to "flatten" packages we care about to pass `flake check`.
|
# We need to flatten recursive attribute sets of derivations to pass `flake check`.
|
||||||
(pkgName: {}: {
|
(pkgName: {}: {
|
||||||
"${pkgName}" = nixpkgsFor.${system}.native.${pkgName};
|
"${pkgName}" = nixpkgsFor.${system}.native.${pkgName};
|
||||||
"${pkgName}-static" = nixpkgsFor.${system}.static.${pkgName};
|
"${pkgName}-static" = nixpkgsFor.${system}.static.${pkgName};
|
||||||
|
|
Loading…
Reference in a new issue