a small oversight

This commit is contained in:
cnst
2024-10-24 18:50:58 +02:00
parent ca0dc208e0
commit 1746786967

View File

@@ -12,7 +12,7 @@
]; ];
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
devShells = import ./system/nix/shell {inherit pkgs inputs;}; devShells = import ./nix/shell {inherit pkgs inputs;};
formatter = pkgs.alejandra; formatter = pkgs.alejandra;
}; };
}; };