Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sellout/flaky
Templates for dev environments
https://github.com/sellout/flaky
development hacktoberfest nix-flakes nix-templates
Last synced: 3 days ago
JSON representation
Templates for dev environments
- Host: GitHub
- URL: https://github.com/sellout/flaky
- Owner: sellout
- License: agpl-3.0
- Created: 2023-07-30T20:49:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T01:44:14.000Z (11 months ago)
- Last Synced: 2024-03-14T05:32:30.374Z (11 months ago)
- Topics: development, hacktoberfest, nix-flakes, nix-templates
- Language: Nix
- Size: 265 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flaky templates & `devShells`
[![built with garnix](https://img.shields.io/endpoint?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Fsellout%2Fflaky)](https://garnix.io/repo/sellout/flaky)
Sellout’s very opinionated personal project configuration.
## development environment
We recommend the following steps to make working in this repository as easy as possible.
### `direnv allow`
This command ensures that any work you do within this repository happens within a consistent reproducible environment. That environment provides various debugging tools, etc. When you leave this directory, you will leave that environment behind, so it doesn’t impact anything else on your system.
### `git config --local include.path ../.config/git/config`
This will apply our repository-specific Git configuration to `git` commands run against this repository. It’s lightweight (you should definitely look at it before applying this command) – it does things like telling `git blame` to ignore formatting-only commits.