mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
Move lowdown.nix
to misc/
This commit is contained in:
parent
19573f1b05
commit
f10f0f1b50
2 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
lowdown-nix = final.callPackage ./lowdown.nix {
|
lowdown-nix = final.callPackage ./misc/lowdown.nix {
|
||||||
inherit lowdown-src stdenv;
|
inherit lowdown-src stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue