Skip to content

Commit c18efc6

Browse files
authored
fix(flake): since it has to reinstantiate in that case, simplify (#183)
1 parent 5a11f8e commit c18efc6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flake.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
system:
99
if inputs.pkgs.stdenv.hostPlatform.system or null == system then
1010
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-
}
1611
else
1712
import (inputs.pkgs.path or inputs.nixpkgs or <nixpkgs>) {
1813
inherit system;

0 commit comments

Comments
 (0)