Skip to content

Instantly share code, notes, and snippets.

View Narice's full-sized avatar
😋

Narice

😋
View GitHub Profile
@rpearce
rpearce / flake.nix
Created June 19, 2021 18:29
IHP Web Framework Nix Flake
{
description = "IHP flake";
nixConfig.bash-prompt = "[nix]\\e\[38;5;172mλ \\e\[m";
inputs = {
nixpkgs.url = "nixpkgs/nixos-21.05";
flake-utils = {
url = "github:numtide/flake-utils";