1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +00:00

feat: remove dev shell

This commit is contained in:
Kevin Amado 2022-01-30 18:23:54 -05:00
parent 9b6797f30d
commit 7cd1bd2763
No known key found for this signature in database
GPG key ID: FFF341057F503148
2 changed files with 3 additions and 20 deletions

View file

@ -31,7 +31,6 @@
nixpkgs = import inputs.nixpkgs { inherit system; };
cargoToml = builtins.fromTOML ( builtins.readFile ./Cargo.toml );
treefmt = inputs.treefmt.defaultPackage.${ system };
devshell = inputs.devshell.legacyPackages.${ system };
fenix = inputs.fenix.packages.${ system };
fenixPlatform = nixpkgs.makeRustPlatform { inherit ( fenix.latest ) cargo rustc; };
in