mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
feat: remove dev shell
This commit is contained in:
parent
9b6797f30d
commit
7cd1bd2763
2 changed files with 3 additions and 20 deletions
22
flake.lock
generated
22
flake.lock
generated
|
@ -5,7 +5,6 @@
|
||||||
"alejandra": [
|
"alejandra": [
|
||||||
"alejandra"
|
"alejandra"
|
||||||
],
|
],
|
||||||
"devshell": "devshell",
|
|
||||||
"fenix": [
|
"fenix": [
|
||||||
"fenix"
|
"fenix"
|
||||||
],
|
],
|
||||||
|
@ -26,11 +25,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1643579913,
|
"lastModified": 1643584963,
|
||||||
"narHash": "sha256-YmpwC0uZxYQflCf2HGzGvTqjFmxBDv/zXAUzoKa77Wo=",
|
"narHash": "sha256-yj/Lu9V0CZXC+9QRnkD2Lwd9jw3pbixUS7AuULGXuaw=",
|
||||||
"owner": "kamadorueda",
|
"owner": "kamadorueda",
|
||||||
"repo": "alejandra",
|
"repo": "alejandra",
|
||||||
"rev": "a065143815de2f70e66faad85b37a4d27de065da",
|
"rev": "9b6797f30d52bad6b5d889e6f24946ddba15a56a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -39,21 +38,6 @@
|
||||||
"type": "github"
|
"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": {
|
"fenix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
nixpkgs = import inputs.nixpkgs { inherit system; };
|
nixpkgs = import inputs.nixpkgs { inherit system; };
|
||||||
cargoToml = builtins.fromTOML ( builtins.readFile ./Cargo.toml );
|
cargoToml = builtins.fromTOML ( builtins.readFile ./Cargo.toml );
|
||||||
treefmt = inputs.treefmt.defaultPackage.${ system };
|
treefmt = inputs.treefmt.defaultPackage.${ system };
|
||||||
devshell = inputs.devshell.legacyPackages.${ system };
|
|
||||||
fenix = inputs.fenix.packages.${ system };
|
fenix = inputs.fenix.packages.${ system };
|
||||||
fenixPlatform = nixpkgs.makeRustPlatform { inherit ( fenix.latest ) cargo rustc; };
|
fenixPlatform = nixpkgs.makeRustPlatform { inherit ( fenix.latest ) cargo rustc; };
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue