flake update and bring back overlays

This commit is contained in:
cy 2025-01-16 16:34:18 -05:00
parent 193fc258b9
commit acb4987357
2 changed files with 10 additions and 9 deletions

View file

@ -97,6 +97,7 @@
pkgs = import nixpkgs {
config.allowUnfree = true;
system = "x86_64-linux";
overlays = import ./overlay;
};
lib = nixpkgs.lib;
in