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