haskellPackages.changelog-d: Rename file
This commit is contained in:
parent
25df0e6409
commit
0ff56d503a
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue