From b460f4a025f8d83f86fcb25380f5501f9c8ac51f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 24 Jan 2025 17:37:02 -0500 Subject: [PATCH] add just --- flake.nix | 6 +----- justfile | 5 +++++ 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 justfile diff --git a/flake.nix b/flake.nix index 57dadc2c..17728482 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; @@ -37,6 +32,7 @@ buildInputs = [ pkgs.nixpkgs-fmt pkgs.nixd + pkgs.just ]; }; packages = rec { diff --git a/justfile b/justfile new file mode 100644 index 00000000..281c4cef --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +default: + @just --list + +run: + nix run \ No newline at end of file