Skip to content

Commit

Permalink
change to the additions overlay function call
Browse files Browse the repository at this point in the history
  • Loading branch information
LateNightIceCream authored and Misterio77 committed Apr 27, 2024
1 parent 81a6a9c commit bb8a72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/overlays/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.
Expand Down

0 comments on commit bb8a72b

Please sign in to comment.