Update formatter
This commit is contained in:
parent
4eea2232fb
commit
d8235cb2a9
55 changed files with 1031 additions and 664 deletions
|
@ -3,5 +3,6 @@ with super.lib;
|
|||
let
|
||||
# Load the system wide overlays
|
||||
overlays = (import <nixpkgs/nixos> { }).config.nixpkgs.overlays;
|
||||
# Apply all overlays to the input of the current "main" overlay
|
||||
in foldl' (flip extends) (_: super) overlays self
|
||||
in
|
||||
# Apply all overlays to the input of the current "main" overlay
|
||||
foldl' (flip extends) (_: super) overlays self
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
self: super:
|
||||
{
|
||||
self: super: {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue