style: clean up whitespace and formatting in Nix package configurations
All checks were successful
Nix Format Check / check-format (push) Successful in 56s
All checks were successful
Nix Format Check / check-format (push) Successful in 56s
This commit is contained in:
parent
c7bf5c6921
commit
785bd9b122
@ -1,7 +1,9 @@
|
|||||||
{ pkgs-unstable, pkgs, ... }:
|
{ pkgs-unstable, pkgs, ... }:
|
||||||
let
|
let
|
||||||
# Create a script to fix electron apps
|
# Create a script to fix electron apps
|
||||||
fix-electron-apps = pkgs.writeScriptBin "fix-electron-apps" (builtins.readFile ./fix-electron-apps.sh);
|
fix-electron-apps = pkgs.writeScriptBin "fix-electron-apps" (
|
||||||
|
builtins.readFile ./fix-electron-apps.sh
|
||||||
|
);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
@ -61,7 +63,6 @@ in
|
|||||||
virt-viewer
|
virt-viewer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
# Fix for all Electron apps' chrome-sandbox
|
# Fix for all Electron apps' chrome-sandbox
|
||||||
home.activation.fixElectronChromeSandbox = ''
|
home.activation.fixElectronChromeSandbox = ''
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user