Skip to content

Commit

Permalink
Fix default package
Browse files Browse the repository at this point in the history
  • Loading branch information
psionic-k committed Jul 10, 2022
1 parent e62c1a1 commit 6e15718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# nix run github:positron-solutions/unixsocks
apps = rec {
unixsocks = { type = "app"; program = "${defaultPackage}/bin/unixsocks"; };
unixsocks = { type = "app"; program = "${packages.default}/bin/unixsocks"; };
default = unixsocks;
};
}
Expand Down

0 comments on commit 6e15718

Please sign in to comment.