Make this an overlay flake
This commit is contained in:
parent
a7479419d3
commit
8f92d6eb5b
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
5
flake.nix
Normal file
5
flake.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
outputs = { ... }: {
|
||||
overlay = import ./default.nix;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue