Skip to content

Commit

Permalink
apply flake output schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Mar 25, 2024
1 parent 0aeeaa1 commit b81450b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
in
naersk'.buildPackage {
src = ./.;
meta.mainProgram = "mprisqueeze";
};

in
Expand All @@ -26,10 +27,10 @@
in
{
# For `nix build` & `nix run`:
defaultPackage = derivation pkgs;
packages.default = derivation pkgs;

# For `nix develop`:
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs;
[
cargo
Expand Down

0 comments on commit b81450b

Please sign in to comment.