??
This commit is contained in:
23
nixos/system/shell/dev.nix
Normal file
23
nixos/system/shell/dev.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{pkgs ? import <nixpkgs> {}, ...}: {
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
|
||||
nativeBuildInputs = with pkgs; [
|
||||
rust-analyzer
|
||||
cargo
|
||||
clippy
|
||||
rustc
|
||||
rustfmt
|
||||
openssl
|
||||
pkg-config
|
||||
gtk3
|
||||
gtk4
|
||||
libadwaita
|
||||
glib
|
||||
clang
|
||||
gnumake
|
||||
cmake
|
||||
nasm
|
||||
perl
|
||||
];
|
||||
};
|
||||
}
|
||||
1
nixos/system/shell/sh/default.nix
Normal file
1
nixos/system/shell/sh/default.nix
Normal file
@@ -0,0 +1 @@
|
||||
{ programs.zsh.enable = true; }
|
||||
Reference in New Issue
Block a user