diff --git a/justfile b/justfile index 25cb4f596c804416baa85b8aa5f44e89b1ae1692..e378fa22b120e77e20ffa23c77b5aeb7dfa4f3b5 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,2 @@ build package: @nix-build -E 'with import { }; callPackage ./pkgs/{{package}} { }' - -update: - @nix flake update