This commit is contained in:
WindowsAurora 2024-09-30 19:21:04 +01:00
parent a4af2021d7
commit d2b6cfa268

View file

@ -8,7 +8,7 @@
outputs = { self, nixpkgs }: let
pkgs = nixpkgs.legacyPackages."x86_64-linux";
in {
devShells."x86-64-linux".default = pkgs.mkShell {
devShells."x86_64-linux".default = pkgs.mkShell {
packages = [ pkgs.python3 ];
};
};