feat: update to rust linting and flake update
This commit is contained in:
parent
bf461e4f7d
commit
c12e188acc
4 changed files with 40 additions and 44 deletions
13
flake.nix
13
flake.nix
|
|
@ -35,18 +35,7 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
code-cursor = prev.code-cursor.overrideAttrs (oldAttrs: rec {
|
||||
pname = "cursor";
|
||||
version = "2.0.77";
|
||||
src = prev.appimageTools.extract {
|
||||
inherit pname version;
|
||||
src = prev.fetchurl {
|
||||
url = "https://downloads.cursor.com/production/ba90f2f88e4911312761abab9492c42442117cfe/linux/x64/Cursor-2.0.77-x86_64.AppImage";
|
||||
hash = "sha256-/r7cmjgFhec7fEKUfFKw3vUoB9LJB2P/646cMeRKp/0=";
|
||||
};
|
||||
};
|
||||
sourceRoot = "${pname}-${version}-extracted/usr/share/cursor";
|
||||
});
|
||||
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue