Dave Gallant ac8cb79e49 nix flake update: 2025-10-28 03:21:28 UTC
Run `man nix.conf` for more information on the `substituters` configuration option.
Run `man nix.conf` for more information on the `substituters` configuration option.
unpacking 'https://flakehub.com/f/DeterminateSystems/determinate/%2A' into the Git cache...
unpacking 'github:NixOS/nixpkgs/a001d8a8c2e8bd8cf4abecadbc1f3dbf342614dc' into the Git cache...
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c8aa8cc00a5cb57fada0851a038d35c08a36a2bb?narHash=sha256-m9W0dYXflzeGgKNravKJvTMR4Qqa2MVD11AwlGMufeE%3D' (2025-10-22)
  → 'github:NixOS/nixpkgs/78e34d1667d32d8a0ffc3eba4591ff256e80576e?narHash=sha256-vY2OLVg5ZTobdroQKQQSipSIkHlxOTrIF1fsMzPh8w8%3D' (2025-10-26)
• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/5754cad82cf6180cfc5f147b32dd111fd4222c8e?narHash=sha256-ZXB1RUqXxxT4O6lgFRZPMINGs28A0ju6%2BzEqk67PWxk%3D' (2025-10-26)
  → 'github:NixOS/nixpkgs/a001d8a8c2e8bd8cf4abecadbc1f3dbf342614dc?narHash=sha256-M6JTjIeMJx8lEARGGUade40XGvxGeZLzeUGgcejRC%2Bk%3D' (2025-10-28)
• Updated input 'nixvim':
    'github:nix-community/nixvim/6c945865ba5de87fa2d0dd8a0e66ca572ddf9043?narHash=sha256-gi%2BtWWAknKuTNso3yMeKsT9nj0jx%2BtuYF7g7nmLUWT8%3D' (2025-10-18)
  → 'github:nix-community/nixvim/15d85781db008ebbd85c2a8833694e01e1669b0c?narHash=sha256-4K1gr1iZU/klyaB/5mh/foZwVJbjUH2c7hrjk4PZc6w%3D' (2025-10-27)
• Updated input 'nixvim/flake-parts':
    'github:hercules-ci/flake-parts/758cf7296bee11f1706a574c77d072b8a7baa881?narHash=sha256-wfG0S7pltlYyZTM%2BqqlhJ7GMw2fTF4mLKCIVhLii/4M%3D' (2025-10-01)
  → 'github:hercules-ci/flake-parts/864599284fc7c0ba6357ed89ed5e2cd5040f0c04?narHash=sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4%3D' (2025-10-20)
2025-10-27 23:21:28 -04:00
2025-10-25 21:18:16 -04:00
2025-04-06 22:03:10 -04:00
2025-04-12 23:55:23 -04:00
2025-10-22 08:28:19 -04:00
2025-10-20 18:32:57 -04:00
2025-09-22 09:25:57 -04:00
2023-09-30 21:20:12 -04:00
2024-05-29 18:58:15 -04:00
2025-05-08 07:44:38 -04:00
2024-06-28 12:01:09 -04:00
2025-04-06 22:03:10 -04:00
2024-09-17 23:49:08 -04:00

nix-config

This repo stores nix configuration to manage my hosts running NixOS and macOS.

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.

Prerequisites

Build

To run a build/rebuild:

just rebuild

Update

To update nixpkgs defined in flake.nix, run:

just update

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

Rollback

To rollback to the previous generation:

just rollback

Garbage collection

To cleanup previous files, run nix garbage collection:

just clean

Pre-commit hooks

Run nix develop to install the pre-commit hooks.

Description
configuration for my mac and linux workstations
Readme MIT 8.1 MiB
Languages
Nix 96.1%
Shell 2.2%
Just 1.7%