mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added formatter and reformated
This commit is contained in:
parent
733eda4798
commit
e1987d6461
24 changed files with 286 additions and 284 deletions
|
|
@ -1,5 +1,5 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
in
|
||||
with pkgs;
|
||||
mkShell rec {
|
||||
|
|
@ -9,7 +9,7 @@ mkShell rec {
|
|||
xorg.libXft
|
||||
xorg.libXcursor
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
ncurses
|
||||
fontconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue