Skip to content

Commit

Permalink
flake: enable unfree
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Jul 24, 2024
1 parent c9633fd commit a8a375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
in
{
legacyPackages = forAllSystems (system: import ./default.nix {
pkgs = nixpkgs.legacyPackages."${system}";
pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
});
packages = forAllSystems (system: nixpkgs.lib.filterAttrs (_: v: nixpkgs.lib.isDerivation v) self.legacyPackages.${system});
};
Expand Down

0 comments on commit a8a375f

Please sign in to comment.