https://github.com/cloudyluna/flake-fhs
Enable a FHS environment with preconfigured settings and packages, reproducible with flakes.
https://github.com/cloudyluna/flake-fhs
Last synced: 11 months ago
JSON representation
Enable a FHS environment with preconfigured settings and packages, reproducible with flakes.
- Host: GitHub
- URL: https://github.com/cloudyluna/flake-fhs
- Owner: cloudyluna
- License: bsd-3-clause
- Created: 2025-06-03T07:16:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-03T08:56:43.000Z (12 months ago)
- Last Synced: 2025-06-03T19:43:19.637Z (12 months ago)
- Language: Nix
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flake-fhs
Enable a FHS environment with preconfigured settings and packages, reproducible with flakes.
## Usage
> Note: Require `nix flake` experimental feature to be [enabled](https://nixos.wiki/wiki/Flakes).
```sh
nix develop --refresh github:cloudyluna/flake-fhs
```
to exit out of the FHS environment, type `exit` in the terminal.
## License
This software is released under the BSD-3-Clause license. See `LICENSE`
file for further details.