mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
update fidget nvim, improve rust pkgs, updates for nextcloud apps
This commit is contained in:
@ -13,8 +13,17 @@
|
||||
devShells = forAllSystems (system:
|
||||
let pkgs = import nixpkgs { inherit system; };
|
||||
in {
|
||||
default =
|
||||
pkgs.mkShell { buildInputs = with pkgs; [ gcc rustc cargo ]; };
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
gcc
|
||||
rustc
|
||||
cargo
|
||||
cargo-watch
|
||||
rustfmt
|
||||
pkg-config
|
||||
openssl
|
||||
];
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user