1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +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

22
flake.lock generated
View file

@ -5,7 +5,6 @@
"alejandra": [
"alejandra"
],
"devshell": "devshell",
"fenix": [
"fenix"
],
@ -26,11 +25,11 @@
]
},
"locked": {
"lastModified": 1643579913,
"narHash": "sha256-YmpwC0uZxYQflCf2HGzGvTqjFmxBDv/zXAUzoKa77Wo=",
"lastModified": 1643584963,
"narHash": "sha256-yj/Lu9V0CZXC+9QRnkD2Lwd9jw3pbixUS7AuULGXuaw=",
"owner": "kamadorueda",
"repo": "alejandra",
"rev": "a065143815de2f70e66faad85b37a4d27de065da",
"rev": "9b6797f30d52bad6b5d889e6f24946ddba15a56a",
"type": "github"
},
"original": {
@ -39,21 +38,6 @@
"type": "github"
}
},
"devshell": {
"locked": {
"lastModified": 1643393796,
"narHash": "sha256-+wb2OFWJjXUZw3HQezACc9Lj/5uuhNpUtrjDiIYw8H4=",
"owner": "numtide",
"repo": "devshell",
"rev": "fff3dc6e4538f6df85ee3027f13cc7730b23f61d",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"fenix": {
"inputs": {
"nixpkgs": [

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