https://github.com/pjones/nix-utils
A collection personal packages and utilities for NixOS
https://github.com/pjones/nix-utils
Last synced: 19 days ago
JSON representation
A collection personal packages and utilities for NixOS
- Host: GitHub
- URL: https://github.com/pjones/nix-utils
- Owner: pjones
- License: bsd-2-clause
- Created: 2016-11-06T22:13:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T00:21:22.000Z (over 8 years ago)
- Last Synced: 2025-02-18T00:43:07.009Z (4 months ago)
- Language: Nix
- Size: 71.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Nix Packages and Utilities
This repository is a collection personal packages and utilities that I
use to manage my user environment in [NixOS][]. It also includes a
list of packages that should be installed for each machine that I
manage. The packages are then installed in an atomic manner.## Utilities
* `nix-repo`: A utility to manage my fork of `nixpkgs` so that I can
maintain a known stable package repository and cherry pick
upstream changes as I wish. This utility is just a simple wrapper
around git and some system tools.## Environments
This repository also contains specific Nix environments. That is, Nix
files that create a temporary shell environment with certain tools
installed and the shell configured properly. These environment files
are meant to be used with `nix-shell`.[nixos]: http://nixos.org/