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 are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
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: {
|
overlay-unstable = final: _prev: {
|
||||||
unstable = import nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
inherit (final.stdenv.hostPlatform) system;
|
inherit (final.stdenv.hostPlatform) system;
|
||||||
|
# TODO 26.05: replace with nixpkgs.config.allowUnfreePackages
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -28,6 +29,7 @@ let
|
||||||
(
|
(
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
# TODO 26.05: replace with nixpkgs.config.allowUnfreePackages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
overlay-unstable
|
overlay-unstable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue