We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a11f8e commit c18efc6Copy full SHA for c18efc6
flake.nix
@@ -8,11 +8,6 @@
8
system:
9
if inputs.pkgs.stdenv.hostPlatform.system or null == system then
10
inputs.pkgs
11
- else if inputs.nixpkgs.legacyPackages.${system} or null != null then
12
- import inputs.nixpkgs {
13
- inherit system;
14
- config.allowUnfree = true;
15
- }
16
else
17
import (inputs.pkgs.path or inputs.nixpkgs or <nixpkgs>) {
18
inherit system;
0 commit comments