non important commit

This commit is contained in:
maxstrb 2025-10-12 14:02:34 +02:00
parent f778dd0919
commit 694c9e5528

View file

@ -5,9 +5,8 @@
};
outputs = {nixpkgs, ...} @ inputs: let
system = "x86_64-linux";
overlays = [(import inputs.rust-overlay)];
pkgs = import nixpkgs {
inherit system overlays;
inherit system;
};
in {
devShells."${system}" = {