Skip to content

Commit

Permalink
[OPS-1514] Fix allowUnfree issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karandit committed Nov 28, 2023
1 parent 820fe8f commit aa63c39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
};
} // flake-utils.lib.eachDefaultSystem (system:
let
pkgs = serokell-nix.lib.pkgsWith nixpkgs.legacyPackages.${system} allOverlays;
pkgsAllowUnfree = import nixpkgs { inherit system; config.allowUnfree = true;};
pkgs = serokell-nix.lib.pkgsWith pkgsAllowUnfree allOverlays;

tfConfigAst = terranix.lib.terranixConfigurationAst {
inherit system pkgs;
Expand Down

0 comments on commit aa63c39

Please sign in to comment.