aboutsummaryrefslogtreecommitdiffstats
path: root/overlays/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index ea0eb82..25e4c7e 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -75,13 +75,13 @@
# When applied, the kerneol nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.kerneol'
- #kerneol-packages = final: _prev: {
- # kerneol = import inputs.nixpkgs-kerneol {
- # inherit (final);
- # config.allowUnfree = true;
- # localSystem = final.stdenv.hostPlatform;
- # };
- #};
+ kerneol-packages = final: _prev: {
+ kerneol = import inputs.nixpkgs-kerneol {
+ inherit (final);
+ config.allowUnfree = true;
+ localSystem = final.stdenv.hostPlatform;
+ };
+ };
# When applied, the master nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.master'