Created
October 12, 2022 18:06
-
-
Save Xe/d02752e5368c34f73075feb9df9452a4 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
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