mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-29 01:03:02 +01:00
machines/configurations: add TODO about nixpkgs.config.allowUnfreePackages
Some checks failed
/ Build Nix targets (push) Has been cancelled
Some checks failed
/ Build Nix targets (push) Has been cancelled
This commit is contained in:
parent
943e4c84d9
commit
bcb94ea392
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ let
|
|||
overlay-unstable = final: _prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
inherit (final.stdenv.hostPlatform) system;
|
||||
# TODO 26.05: replace with nixpkgs.config.allowUnfreePackages
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -28,6 +29,7 @@ let
|
|||
(
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# TODO 26.05: replace with nixpkgs.config.allowUnfreePackages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.overlays = [
|
||||
overlay-unstable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue