chore: format with alejandra
This commit is contained in:
parent
05f0cbdfb4
commit
89f5f65f2d
181 changed files with 2720 additions and 2560 deletions
98
shell.nix
98
shell.nix
|
@ -1,59 +1,59 @@
|
|||
{ ... }:
|
||||
|
||||
let
|
||||
{...}: let
|
||||
pkgsPath = (import ./nix/sources.nix).nixpkgs;
|
||||
pkgs =
|
||||
import pkgsPath { overlays = builtins.attrValues (import ./nix/overlays); };
|
||||
import pkgsPath {overlays = builtins.attrValues (import ./nix/overlays);};
|
||||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "infra-env";
|
||||
buildInputs =
|
||||
[
|
||||
(with import (pkgsPath + "/nixos") {configuration = {};};
|
||||
with config.system.build; [
|
||||
nixos-generate-config
|
||||
nixos-install
|
||||
nixos-enter
|
||||
manual.manpages
|
||||
])
|
||||
]
|
||||
++ (with pkgs; [
|
||||
just
|
||||
git-crypt
|
||||
vcsh
|
||||
gnupg
|
||||
git
|
||||
nixUnstable
|
||||
niv
|
||||
nixos-install-tools
|
||||
apacheHttpd
|
||||
|
||||
in pkgs.stdenv.mkDerivation {
|
||||
name = "infra-env";
|
||||
buildInputs = [
|
||||
(with import (pkgsPath + "/nixos") { configuration = { }; };
|
||||
with config.system.build; [
|
||||
nixos-generate-config
|
||||
nixos-install
|
||||
nixos-enter
|
||||
manual.manpages
|
||||
])
|
||||
] ++ (with pkgs; [
|
||||
just
|
||||
git-crypt
|
||||
vcsh
|
||||
gnupg
|
||||
git
|
||||
nixUnstable
|
||||
niv
|
||||
nixos-install-tools
|
||||
apacheHttpd
|
||||
vncdo
|
||||
tesseract
|
||||
imagemagick
|
||||
|
||||
vncdo
|
||||
tesseract
|
||||
imagemagick
|
||||
esh
|
||||
|
||||
esh
|
||||
xorg.xwininfo
|
||||
nmap
|
||||
sysstat
|
||||
lshw
|
||||
xxHash
|
||||
linssid
|
||||
wavemon
|
||||
wirelesstools
|
||||
lm_sensors
|
||||
|
||||
xorg.xwininfo
|
||||
nmap
|
||||
sysstat
|
||||
lshw
|
||||
xxHash
|
||||
linssid
|
||||
wavemon
|
||||
wirelesstools
|
||||
lm_sensors
|
||||
zathura
|
||||
|
||||
zathura
|
||||
ripgrep
|
||||
neovim
|
||||
glxinfo
|
||||
nixfmt
|
||||
|
||||
ripgrep
|
||||
neovim
|
||||
glxinfo
|
||||
nixfmt
|
||||
ntfy
|
||||
|
||||
ntfy
|
||||
playerctl
|
||||
]);
|
||||
|
||||
playerctl
|
||||
]);
|
||||
|
||||
# Set Environment Variables
|
||||
RUST_BACKTRACE = 1;
|
||||
}
|
||||
# Set Environment Variables
|
||||
RUST_BACKTRACE = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue