flake: add lib from hlissner's dotfiles
This commit is contained in:
parent
8bd7655381
commit
94e767270d
1 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,8 @@
|
||||||
|
|
||||||
impermanence.url = "github:nix-community/impermanence";
|
impermanence.url = "github:nix-community/impermanence";
|
||||||
|
|
||||||
|
hlissner-dotfiles.url = "github:hlissner/dotfiles";
|
||||||
|
|
||||||
# start ANTI CORRUPTION LAYER
|
# start ANTI CORRUPTION LAYER
|
||||||
# remove after https://github.com/NixOS/nix/pull/4641
|
# remove after https://github.com/NixOS/nix/pull/4641
|
||||||
nixpkgs.follows = "nixos";
|
nixpkgs.follows = "nixos";
|
||||||
|
@ -171,7 +173,7 @@
|
||||||
sharedOverlays = [
|
sharedOverlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
__dontExport = true;
|
__dontExport = true;
|
||||||
lib = prev.lib.extend (lfinal: lprev: { our = self.lib; });
|
lib = prev.lib.extend (lfinal: lprev: { our = self.lib; hlissner = inputs.hlissner-dotfiles.lib; });
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue