This commit is contained in:
2022-05-21 01:09:28 +01:00
parent f77c16ad28
commit 631b1da7ef
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@@ -22,11 +22,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1651886851, "lastModified": 1652996682,
"narHash": "sha256-kbXOJSf1uho0/7P54nZkJdJY3oAelIjyc6tfiRhaXJI=", "narHash": "sha256-7ZWyd5W2tM/uxXGn16AJUXenlGPUt/r6zitEcorz5j0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "882bd8118bdbff3a6e53e5ced393932b351ce2f6", "rev": "02b15de8ad714409358cffdc6ed518ade03402c4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -60,11 +60,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1651726670, "lastModified": 1652885393,
"narHash": "sha256-dSGdzB49SEvdOJvrQWfQYkAefewXraHIV08Vz6iDXWQ=", "narHash": "sha256-YIgvvlk4iQ1Hi7KD9o5gsojc+ApB+jiH1d5stK8uXiw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c777cdf5c564015d5f63b09cc93bef4178b19b01", "rev": "48037fd90426e44e4bf03e6479e88a11453b9b66",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -16,7 +16,7 @@
postBuild = '' postBuild = ''
wrapProgram $out/bin/idea-ultimate --prefix PATH : ${symlinkJoin { wrapProgram $out/bin/idea-ultimate --prefix PATH : ${symlinkJoin {
name = "rust-toolchain"; name = "rust-toolchain";
paths = [rustc cargo]; paths = [rustc cargo rustfmt];
}}/bin }}/bin
''; '';
}; };