flake: reformat with nixfmt
This commit is contained in:
parent
a79e641851
commit
eaf4f56ac0
117 changed files with 2667 additions and 1592 deletions
|
@ -1,10 +1,11 @@
|
|||
# Taken from https://github.com/VergeDX/config-nixpkgs/blob/899f13750c9c1795d455eeee9cb28d3aa74a0866/packages/gui/olympus.nix
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchzip
|
||||
, unzip
|
||||
, makeDesktopItem
|
||||
, buildFHSEnv
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchzip,
|
||||
unzip,
|
||||
makeDesktopItem,
|
||||
buildFHSEnv,
|
||||
}:
|
||||
let
|
||||
olympus = stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue