Skip to content

Commit

Permalink
Use super.emacs instead of self.emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Aug 14, 2022
1 parent 6f40609 commit 6525500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
in
builtins.foldl'
(drv: fn: fn drv)
self.emacs
super.emacs
[

(drv: drv.override ({ srcRepo = true; } // args))
Expand Down

0 comments on commit 6525500

Please sign in to comment.