mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
hutils: migrate to by-name
This commit is contained in:
parent
e17698a07d
commit
53378b51a4
2 changed files with 19 additions and 5 deletions
|
|
@ -52,11 +52,6 @@ in rec {
|
|||
};
|
||||
};
|
||||
|
||||
hutils = mkHaskellPackage {
|
||||
name = "hutils";
|
||||
src = sources.hutils;
|
||||
};
|
||||
|
||||
audio-lint = pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "audio-lint";
|
||||
version = lib.substring 0 8 sources.audio-lint.rev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue