Skip to content

Instantly share code, notes, and snippets.

View greuben92's full-sized avatar
💭
PepeHands

greuben92

💭
PepeHands
View GitHub Profile
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
};
outputs = { self, nixpkgs, ...}:
let
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;