File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.6.2 - 2025-02-25:
4
4
5
- * fix: Fix a failure when the store path does not have a signature. (thanks @minhtrancccp , issue [ #114 ] ))
5
+ * fix: Fix a failure when the store path does not have a signature. (thanks @minhtrancccp , issue [ #114 ] )
6
+ * chore: Update flake description to remove deprecated 'defaultPackage' field (thanks @minhtrancccp , issue [ #113 ] )
6
7
8
+ #[ 113] : https://github.com/utdemir/nix-tree/issues/113
7
9
[ #114 ] : https://github.com/utdemir/nix-tree/issues/114
8
10
9
11
## 0.6.1 - 2025-01-25:
Original file line number Diff line number Diff line change 28
28
pkgs = import nixpkgs { inherit system ; overlays = [ overlay ] ; } ;
29
29
in
30
30
{
31
- defaultPackage = pkgs . nix-tree ;
31
+ packages = {
32
+ default = pkgs . nix-tree ;
33
+ } ;
32
34
devShell = pkgs . haskellPackages . shellFor {
33
35
packages = p : [ p . "nix-tree" ] ;
34
36
buildInputs = [
You can’t perform that action at this time.
0 commit comments