nixfmt
This commit is contained in:
parent
4146b5aece
commit
2e10a00830
32 changed files with 2944 additions and 2163 deletions
|
@ -1,7 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
let unstable = import <nixos-unstable> { };
|
||||
in {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -15,12 +14,8 @@ in {
|
|||
#unstable.esphome
|
||||
|
||||
nodePackages.pyright
|
||||
(python39.withPackages(python-packages: with python-packages; [
|
||||
black
|
||||
pyyaml
|
||||
requests
|
||||
black
|
||||
]))
|
||||
(python39.withPackages
|
||||
(python-packages: with python-packages; [ black pyyaml requests black ]))
|
||||
|
||||
mariadb-client
|
||||
musl
|
||||
|
@ -35,6 +30,12 @@ in {
|
|||
tig
|
||||
unstable.bazel
|
||||
|
||||
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
|
||||
openssl
|
||||
pkg-config
|
||||
nasm
|
||||
cmake
|
||||
zlib
|
||||
gcc
|
||||
binutils-unwrapped
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue