format nix
This commit is contained in:
parent
3dff1ae3eb
commit
784fade8c0
|
@ -15,7 +15,9 @@
|
|||
overlay = final: prev:
|
||||
let
|
||||
system = final.system;
|
||||
fold-to-ascii = final.python3Packages.callPackage ./nix-extra-deps/fold-to-ascii.nix { };
|
||||
fold-to-ascii =
|
||||
final.python3Packages.callPackage ./nix-extra-deps/fold-to-ascii.nix
|
||||
{ };
|
||||
in {
|
||||
fold-to-ascii = { fold-to-ascii = fold-to-ascii; };
|
||||
musicutil = final.python3Packages.buildPythonApplication rec {
|
||||
|
@ -57,8 +59,7 @@
|
|||
|
||||
devShell = pkgs.mkShell {
|
||||
inputsFrom = [ self.packages.${system}.musicutil ];
|
||||
buildInputs = with pkgs;
|
||||
[
|
||||
buildInputs = with pkgs; [
|
||||
nixUnstable
|
||||
mutagen
|
||||
self.packages.${system}.fold-to-ascii
|
||||
|
|
Loading…
Reference in a new issue