haskellPackages.changelog-d: Rename file

This commit is contained in:
Robert Hensing 2023-11-19 12:31:22 +01:00
parent 25df0e6409
commit 0ff56d503a
3 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,6 @@ writeShellApplication {
];
text = ''
cd pkgs/development/misc/haskell/changelog-d
cabal2nix https://codeberg.org/fgaz/changelog-d >changelog-d.nix
cabal2nix https://codeberg.org/fgaz/changelog-d >default.nix
'';
}

View file

@ -7,7 +7,7 @@
# files.
self: super: {
changelog-d = self.callPackage ../misc/haskell/changelog-d/changelog-d.nix {};
changelog-d = self.callPackage ../misc/haskell/changelog-d {};
dconf2nix = self.callPackage ../tools/haskell/dconf2nix/dconf2nix.nix { };