nix: re-use existing pkgs binding

This commit is contained in:
Attila Oláh
2026-07-20 18:22:58 +02:00
parent 31526ae619
commit 49c11539b2
+1 -1
View File
@@ -120,7 +120,7 @@
};
};
formatter = (import nixpkgs {inherit system;}).alejandra;
formatter = pkgs.alejandra;
devShells.default = pkgs.mkShell {
inputsFrom = [colibri];