Flakes: Difference between revisions
imported>Colemickens No edit summary |
imported>Teto mention how to enable unfree |
||
Line 352: | Line 352: | ||
should make a package accessible through <syntaxHighlight>pkgs.unstable.package</syntaxHighlight> | should make a package accessible through <syntaxHighlight>pkgs.unstable.package</syntaxHighlight> | ||
Same can be done with the NURs, as it already has an ''overlay'' attribute in the flake.nix of the project, you can just add <syntaxHighlight>nixpkgs.overlays = [ nur.overlay ];</syntaxHighlight> | Same can be done with the NURs, as it already has an ''overlay'' attribute in the flake.nix of the project, you can just add <syntaxHighlight>nixpkgs.overlays = [ nur.overlay ];</syntaxHighlight> | ||
== Enable unfree software == | |||
Follow the instructions at | |||
https://discourse.nixos.org/t/using-non-free-libraries-in-flakes/8632/5 | |||
== See also == | == See also == |