dependabot[bot] 17bc490203 Bump cachix/cachix-action from 11 to 12 (#82)
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 11 to 12.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v11...v12)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 11:06:14 -04:00
2022-03-13 17:38:23 -04:00
2022-10-29 13:04:35 -04:00
2022-10-30 18:09:59 -04:00
2022-10-29 13:04:35 -04:00
2022-10-19 08:39:59 -04:00
2022-10-31 08:26:32 -04:00
2022-10-31 00:26:07 -04:00
2021-12-14 01:14:57 -05:00
2022-03-13 17:30:48 -04:00
2022-08-31 14:59:41 -04:00
2022-08-10 09:59:06 -04:00
2022-10-31 08:26:32 -04:00
2022-10-19 08:39:59 -04:00
2022-08-09 10:23:23 -04:00
2022-05-28 18:49:15 -04:00

nix-config

This repo stores nix to manage my machines running NixOS, macOS, and Windows (using NixOS-WSL).

The configuration is very specific to my own machines and setup, but it may be a useful reference for anyone else learning or experimenting with nix, whether it be on a personal workstation or a server environment.

Setup

on macOS: install the latest unstable nix from https://github.com/numtide/nix-unstable-installer (for nix flakes), and nix-darwin: https://github.com/LnL7/nix-darwin

To run a rebuild:

make

Update

To update nixpkgs defined in flake.nix, run:

make update

If there are updates, they should be reflected in flake.lock.

Pre-commit hooks

Pre-commit hooks are automatically activated when direnv is installed.

Encryption

Overly sensitive configuration is encrypted with git-crypt.

Description
configuration for my mac and linux workstations
Readme MIT 6.9 MiB
Languages
Nix 96.6%
Shell 1.9%
Just 1.5%