1
This commit is contained in:
2023-04-06 11:00:45 +02:00
parent 7568f1f15d
commit 11baff138e

View File

@ -53,7 +53,10 @@
pkgs = import nixpkgs {
inherit system;
# TODO: I don't understand what the f I need to do here?
# Why can't I enable unfree packages for all files used by this flake?
config.allowUnfree = true;
overlays = [
inputs.devshell.overlays.default
inputs.nur.overlay