This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ lib | |
, stdenv | |
, fetchFromGitHub | |
, nixosTests | |
, caddy | |
, testers | |
, installShellFiles | |
, autoPatchelfHook | |
}: | |
let |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs, config, ... }: | |
with pkgs; stdenv.mkDerivation rec { | |
pname = "caddy"; | |
version = "2.6.2"; | |
dontUnpack = true; | |
nativeBuildInputs = [ git go xcaddy ]; | |
configurePhase = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Launchkey Mini II Sweep Animation | |
# by David Madison © 2018 | |
# www.partsnotincluded.com | |
# | |
# | |
# Modified to work for the Launchkey 25 MK2. | |
# Instead of the original sweep, it now displays |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs ? import <nixpkgs> {} }: | |
pkgs.mkShell { | |
buildInputs = with pkgs.buildPackages; [ | |
git | |
nodejs_22 | |
pnpm | |
bash | |
]; | |
# The shellHook below includes a workaround for | |
# https://discourse.nixos.org/t/add-bin-bash-to-avoid-unnecessary-pain/ |
OlderNewer