Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nesto-software/nix-templates
Public Nix templates to nixify projects faster
https://github.com/nesto-software/nix-templates
Last synced: 8 days ago
JSON representation
Public Nix templates to nixify projects faster
- Host: GitHub
- URL: https://github.com/nesto-software/nix-templates
- Owner: nesto-software
- Created: 2023-11-14T10:38:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T17:13:54.000Z (12 months ago)
- Last Synced: 2023-11-19T18:25:37.036Z (12 months ago)
- Language: Nix
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nix-templates
This repo ships public Nix templates to nixify our projects faster.## Usage (Nesto-NixOS only)
`nix flake init -t nesto-nix-templates && chmod u+x .envrc`
## Usage (general)
`nix flake init -t github:/nesto-software/nix-templates && chmod u+x .envrc`
## TODO
- Find out why executable bit is being reset for `.envrc` file.