Skip to content

Instantly share code, notes, and snippets.

@confususs
confususs / loop_hero.nix
Created March 16, 2021 20:09
Add the following to your configuration.nix to be able to play Loop Hero on NixOS :).
# Below patches steam with the right libraries so you can play
# Loop Hero. Have fun!
nixpkgs.config.packageOverrides = pkgs: {
steam = pkgs.steam.override {
extraPkgs = pkgs: [
pkgs.openssl_1_1
pkgs.libnghttp2
pkgs.libidn2
pkgs.rtmpdump
pkgs.libpsl
@aras-p
aras-p / preprocessor_fun.h
Last active April 12, 2024 17:24
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,