1
This commit is contained in:
2023-04-06 11:00:45 +02:00
parent 5bd7065c66
commit 8fe916803e

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