diff --git a/flake.nix b/flake.nix index 7a108f8..69163ff 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ { self, nixpkgs }: let system = "x86_64-linux"; - version = "3.3.1"; + version = "3.3.2"; pnpm = pkgs.pnpm_12; pkgs = import nixpkgs { inherit system; }; diff --git a/justfile b/justfile index 5e44b49..a168b91 100644 --- a/justfile +++ b/justfile @@ -9,5 +9,5 @@ dev-api: cargo run api nix-build: - nix build .#backend + nix build .#backend-postgres nix build .#frontend