Merge pull request #463 from attilaolah/nix

nix: re-use existing pkgs binding
This commit is contained in:
Vincenzo Fornaro
2026-07-20 18:29:36 +02:00
committed by GitHub
+1 -1
View File
@@ -120,7 +120,7 @@
};
};
formatter = (import nixpkgs {inherit system;}).alejandra;
formatter = pkgs.alejandra;
devShells.default = pkgs.mkShell {
inputsFrom = [colibri];