Make this an overlay flake
parent
a7479419d3
commit
8f92d6eb5b
|
@ -1,6 +1,6 @@
|
|||
self: super:
|
||||
with self;
|
||||
with self.lib;
|
||||
final: prev:
|
||||
with final;
|
||||
with final.lib;
|
||||
let
|
||||
mapAttrs = super.stdenv.lib.mapAttrs;
|
||||
flip = super.stdenv.lib.flip;
|
||||
|
|
Loading…
Reference in New Issue