Update flake boilerplate

This commit is contained in:
♥ Minnie ♥ 2024-08-05 08:48:06 +08:00
parent bede9baa04
commit 815bc493ad
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
6 changed files with 18 additions and 35 deletions

View file

@ -1,8 +1,9 @@
# This file defines overlays
{ inputs, ... }:
{
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../pkgs { pkgs = final; };
additions = final: _prev: import ../pkgs final.pkgs;
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.