Add todo to fix the nixpkgs config not applying on the flake

This commit is contained in:
Toast 2023-06-06 20:53:11 +02:00
parent 8578615936
commit b8a4d2c96f

View file

@ -38,7 +38,7 @@ outputs = {nixpkgs, agenix, home-manager, nixpkgs-unstable, nix-impermanence, ..
system = "x86_64-linux";
pkgs = import nixpkgs-unstable {
system = "x86_64-linux";
config = { allowUnfree = true; };
config = { allowUnfree = true; }; # TODO: Find why this doesn't work
};
modules = [
# Needed for nix-index
@ -54,7 +54,7 @@ outputs = {nixpkgs, agenix, home-manager, nixpkgs-unstable, nix-impermanence, ..
system = "x86_64-linux";
pkgs = import nixpkgs {
system = "x86_64-linux";
config = { allowUnfree = false; };
config = { allowUnfree = false; }; # TODO: Find why this doesn't work
};
modules = [
# Needed for nix-index