Skip to content

Commit

Permalink
add just
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 24, 2025
1 parent aa9877e commit b460f4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
nixConfig = {
extra-substituters = "https://cache.garnix.io";
extra-trusted-public-keys = "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=";
};

inputs = {
emanote.url = "github:srid/emanote";
nixpkgs.follows = "emanote/nixpkgs";
Expand Down Expand Up @@ -37,6 +32,7 @@
buildInputs = [
pkgs.nixpkgs-fmt
pkgs.nixd
pkgs.just
];
};
packages = rec {
Expand Down
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
default:
@just --list

run:
nix run

0 comments on commit b460f4a

Please sign in to comment.