Skip to content

Instantly share code, notes, and snippets.

@Xe
Created October 12, 2022 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xe/d02752e5368c34f73075feb9df9452a4 to your computer and use it in GitHub Desktop.
Save Xe/d02752e5368c34f73075feb9df9452a4 to your computer and use it in GitHub Desktop.
{
description = "Floxpkgs/Project Template";
nixConfig.bash-prompt = "[flox] \\[\\033[38;5;172m\\\\[\\033[0m\\]";
inputs.floxpkgs.url = "github:flox/floxpkgs";
# Declaration of external resources
# =================================
# =================================
outputs = args @ {floxpkgs, ...}: (floxpkgs.project args ({ pkgs, ... }: {
# You can put arbitrary additional things (such as NixOS modules) in these curly braces
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment