Comment
This commit is contained in:
@ -53,7 +53,10 @@
|
|||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
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;
|
config.allowUnfree = true;
|
||||||
|
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.devshell.overlays.default
|
inputs.devshell.overlays.default
|
||||||
inputs.nur.overlay
|
inputs.nur.overlay
|
||||||
|
Reference in New Issue
Block a user