Update flake boilerplate
This commit is contained in:
parent
bede9baa04
commit
815bc493ad
6 changed files with 18 additions and 35 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue