flake update and bring back overlays
This commit is contained in:
parent
193fc258b9
commit
acb4987357
2 changed files with 10 additions and 9 deletions
|
@ -97,6 +97,7 @@
|
|||
pkgs = import nixpkgs {
|
||||
config.allowUnfree = true;
|
||||
system = "x86_64-linux";
|
||||
overlays = import ./overlay;
|
||||
};
|
||||
lib = nixpkgs.lib;
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue