Austin Horstman
f19a99503c
ci: update buildbot test config
...
After https://github.com/nix-community/home-manager/pull/8464 we need to
update this to not try another flake.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-18 21:19:06 -06:00
Austin Horstman
ae8003d8b6
mkFirefoxModule: remove visible option
...
Just default everything to show options to remove confusion / chance of
disabling documentation. We already set visible = true so it wasn't even
being used really.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-15 14:42:12 -06:00
Austin Horstman
1e53254671
news: inform about yazi alias change
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-14 23:14:41 -06:00
Austin Horstman
bc5652b227
tests/types: add suboptions doc test
...
Verify we are able to extract suboptions properly with our custom lib
extension.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-13 13:41:08 -06:00
Austin Horstman
29d617ecc8
docs: improve submodule options rendering
...
Certain types don't offer `getSubOptions` upstream in nixpkgs, at the
moment. We can do some overriding and manually calling it for now to
fetch the options for docs.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-13 13:41:08 -06:00
Austin Horstman
4c4771cb01
rofi: add missing option description
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-13 13:41:08 -06:00
Austin Horstman
3017414609
launchd: add missing option description
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-13 13:41:08 -06:00
Austin Horstman
54ab8bc155
maintainers: remove offline
...
Removed upstream https://github.com/NixOS/nixpkgs/pull/483520
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-13 13:26:06 -06:00
Austin Horstman
a6c93262f3
pay-respects: minor style cleanup
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 23:45:12 -06:00
Austin Horstman
f24a755980
news: add pay-respects rules addition
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 23:45:12 -06:00
Austin Horstman
2fe1e0ea38
tests/pay-respects: add rules test
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 23:45:12 -06:00
Austin Horstman
133585ddfa
pay-respects: add rules support
...
Allow creating rules files now following docs from
https://github.com/iffse/pay-respects/blob/main/rules.md
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 23:45:12 -06:00
Austin Horstman
2cc195b478
docs: update flake module example
...
Just include some more detail in example
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 15:13:04 -06:00
Austin Horstman
6a1f7101d2
news: add flameshot darwin entry
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 11:04:03 -06:00
Austin Horstman
ede6d1d95e
tests/flameshot: add darwin tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 11:04:03 -06:00
Austin Horstman
2363f5a377
flameshot: add darwin support
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-12 11:04:03 -06:00
Austin Horstman
13a1beb7c9
news: add codex mcp integration
...
Just letting users know module has the integration enabled now.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-09 07:14:50 -06:00
Austin Horstman
6c8def1df8
codex: add enableMcpIntegration option
...
Work with the shared mcp module for integration and transformation.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-09 07:14:50 -06:00
Austin Horstman
b1f916ba05
news: don't specify nixpkgs revision
...
Not necessary for using nix-shell and causes extra maintenance.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-08 15:31:12 -06:00
Austin Horstman
cbd8a72e5f
treewide: remove xorg package set
...
Xorg package set removed, now aliases.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-07 13:10:27 -06:00
Austin Horstman
471e6a065f
prismlauncher: merge only when configured
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-05 13:11:00 -06:00
Austin Horstman
f915881ba7
prismlauncher: code style and lint cleanup
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-05 13:11:00 -06:00
Austin Horstman
6c79e409a5
news: add xdg-user-dirs changes entry
...
Inform users about the various changes to xdg-user-dirs.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-02-04 21:16:02 -06:00
Austin Horstman
9de7d83327
tests/zsh: add highlighters overrride test
...
Test ability to drop main from arguments forcefully.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-26 09:42:11 -06:00
Austin Horstman
d0cdb4101f
zsh: fix highlighter backwards compatibility
...
Use the module system to set the default at user prio so that existing
configs don't clear out `main`
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-26 09:42:11 -06:00
Austin Horstman
2590268ca7
ci: extract maintainers searches for main module
...
Some modules are broken up into multiple files. Search for primary
import file that will contain the meta information needed, when missing.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-25 16:56:02 -06:00
Austin Horstman
950704d781
ci: fix extract-maintainers, pass options to eval
...
Module eval was silently failing check... include options so that eval
works again with modules that require argument.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-25 16:01:03 -06:00
Austin Horstman
0b435f768e
tests/neovim: add default/empty tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-22 19:39:50 -06:00
Austin Horstman
bbd2e36fc9
neovim: handle empty user config lua
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-22 19:39:50 -06:00
Austin Horstman
63a87808f5
tests/bemenu: test short form empty prompt
...
Issue came up in migration that we couldn't do a supported short form
empty string.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-20 10:49:06 -06:00
Austin Horstman
987271a659
bemenu: revert back to toCommandLineShell
...
Just reverting back to manual approach for backwards compatibility.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-20 10:49:06 -06:00
Austin Horstman
b9ded38afa
news: bump nixpkgs channel
...
Getting eval error with lix, bumping resolves it.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-18 22:55:07 -06:00
Austin Horstman
3c8cdb4e7e
news: add gtk2 preferXdgDirectories entry
...
Let user's know the location has changed.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-18 22:52:00 -06:00
Austin Horstman
01415693b0
maintainers: remove genericnerdyusername
...
https: //github.com/NixOS/nixpkgs/pull/477019
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-18 13:44:51 -06:00
Austin Horstman
4e235a8746
treewide: nix fmt
...
nix fmt updated in nixpkgs with string handling changes
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-13 22:51:16 -06:00
Austin Horstman
0150937c66
maintainers: remove duplicate hey2022
...
Added to nixpkgs
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-13 22:51:16 -06:00
Austin Horstman
94597e670f
ci: fix validate-maintainers flake reference
...
Wasn't actually grabbing from the correct flake.lock revision of
maintainers in nixpkgs. Update to use the revision from the flake.lock
since the nix_path wasn't working.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-12 14:08:01 -06:00
Austin Horstman
312c4fe0bb
rclone: migrate to lib.cli.toCommandLineShellGNU
...
Replace deprecated lib.cli.toGNUCommandLineShell with
lib.cli.toCommandLineShellGNU. This changes the behavior but `rclone`
supports the `=` separator for its flags.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-10 11:29:16 -05:00
Austin Horstman
2be878259a
makefile: add nixf-diagnose
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 16:30:04 -05:00
Austin Horstman
fa6de26b4d
treewide: nixf-diagnose cleanup
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 16:30:04 -05:00
Austin Horstman
9fff37e6ff
flake: add nixf-diagnose to treefmt
...
Start off conservative ignoring more things. Handle the simple auto-fix
things initially.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 16:30:04 -05:00
Austin Horstman
a2cc7b0bab
less: migrate to lib.cli.toCommandLineGNU
...
Migrates from the deprecated toCommandLine to toCommandLineGNU.
This changes the output format to use GNU-style options with equals
(--wheel-lines=3). Both formats were verified to work correctly with less.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 14:56:14 -05:00
Austin Horstman
40deed4ffe
ci: validate-maintainers all-maintainers update
...
Might as well, can't hurt.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 13:57:12 -05:00
Austin Horstman
9500721e96
maintainers: update all-maintainers
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 13:57:12 -05:00
Austin Horstman
db105fadc4
maintainers: rrvsh moved to nixpkgs
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 13:57:12 -05:00
Austin Horstman
609846bfd2
maintainers: nickthegroot moved to nixpkgs
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 13:57:12 -05:00
Austin Horstman
2db6bcc7ca
ci: validate-maintainers on flake.lock update
...
Keep missing conflicts from nixpkgs updates.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 13:57:12 -05:00
Austin Horstman
92394f9dea
difftastic: migrate to lib.cli.toCommandLineShellGNU
...
Migrates from the deprecated toCommandLineShell to toCommandLineShellGNU.
This changes the output format to use GNU-style concatenated options
(--color=always) with shell escaping for git config values. Both formats
were verified to work correctly with difftastic.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 11:44:04 -05:00
Austin Horstman
fb6a8404ee
redshift-gammastep: migrate to lib.cli.toCommandLineShellGNU
...
Migrates from the deprecated toCommandLineShell to toCommandLineShellGNU.
This changes the output format from space-separated short options
(-c /path) to concatenated GNU-style options (-c/path). Both formats
were verified to work correctly with redshift and gammastep.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 11:21:16 -05:00
Austin Horstman
9afe77a70b
wlsunset: migrate to lib.cli.toCommandLineShellGNU
...
Migrates from the deprecated toGNUCommandLineShell to toCommandLineShellGNU.
This changes the output format from space-separated short options
(-t 3500) to concatenated GNU-style options (-t3500). Both formats
were verified to work correctly with wlsunset.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 11:18:42 -05:00
Austin Horstman and GitHub
246b8eaffb
linux-wallpaperengine: migrate to lib.cli.toCommandLineGNU
...
Replace deprecated lib.cli.toGNUCommandLine with lib.cli.toCommandLineGNU.
Should support the GNU style of convention.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 10:17:17 -06:00
Austin Horstman
f9ce7c5234
bemenu: migrate to lib.cli.toCommandLineShellGNU
...
Migrates from the deprecated toCommandLineShell to toCommandLineShellGNU.
This changes the output format to use GNU-style concatenated options
(--line-height=28) and adds shell escaping for values with special
characters (e.g., '#1e1e2e' becomes '--ab=#1e1e2e'). The format
was verified to work correctly with bemenu.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 11:11:43 -05:00
Austin Horstman and Matthieu Coudron
46c9af8a92
fish: migrate to lib.cli.toCommandLineShell
...
Replace deprecated lib.cli.toGNUCommandLineShell with the new
lib.cli.toCommandLineShell API, migrating from the old mkOption
parameter format to the new optionFormat function.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-08 10:14:18 +01:00
Austin Horstman
c068188a8e
tests: output store path even for success
...
Useful when trying to double check the contents of a test directory even
when the tests are passing. ie: stub a test and see the stuff you want
to assert/validate.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-07 13:50:01 -05:00
Austin Horstman
bdaa374383
tests/hyprpaper: update basic configuration
...
Show the newer format and test the proper generation of config.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-07 11:07:21 -05:00
Austin Horstman
d28cc9f4a6
hyprpaper: add monitor importantPrefix
...
New config requires monitor at top of generated block.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-07 10:56:09 -05:00
Austin Horstman
a97b0a0999
hyprland: add note about xwayland option
...
Add small blurb about how the option works and recommends settings
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2026-01-07 10:48:08 -05:00
Austin Horstman
a4a571c2d6
Revert "hyprland: dont recompile when disabling xwayland"
...
This reverts commit c91dbdf61a .
2026-01-07 10:48:08 -05:00
Austin Horstman
e4e78a2cbe
tests/linux-wallpaperengine: add execstart test
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-30 08:22:50 -06:00
Austin Horstman
ae1ea768ef
linux-wallpaperengine: misc cleanup
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-30 08:22:50 -06:00
Austin Horstman
365cbc13c4
linux-wallpaperengine: fix ExecStart command
...
Make sure to properly separate command args.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-30 08:22:50 -06:00
Austin Horstman
7a7b43c723
treewide: drop foo-dogsquared
...
Removed in https://github.com/NixOS/nixpkgs/pull/472804
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-28 22:03:17 -06:00
Austin Horstman
d7e794fe12
tests/anyrun: add empty css test
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-28 10:29:55 -06:00
Austin Horstman
8969535f1c
anyrun: default extraCss to null
...
Prevent creating a file when not configured.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-28 10:29:55 -06:00
Austin Horstman
d2e0458d65
zsh: don't suggest stateVersion update
...
Generally best to avoid telling normal users to adjust their
stateVersion to avoid other home-manager module logic changes based on
stateVersion.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-27 18:30:08 -06:00
Austin Horstman
b3ae822959
tests/zsh: add xdg dotDir tests
...
Verify we respect xdg.enable behavior when placing files.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-27 17:58:46 -06:00
Austin Horstman
d761c0ce89
news: add zsh dotDir default change
...
Default has changed to respect `xdg.enable`. Let user's know in case it
affects them surprisingly.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-27 17:58:46 -06:00
Austin Horstman
f84f474c1b
zsh: respect xdg.enable for dotDir
...
Make sure we actually respect a user's `xdg.enable` preference.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-27 17:58:46 -06:00
Austin Horstman
ea6dfabe3c
tests/zsh: add more test cases for dotdir
...
Adds tests for various dotDir configurations including trailing slashes
and spaces.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-27 17:58:46 -06:00
Austin Horstman
5432dc5bc4
zsh: fix dotDir path normalization and quoting
...
Fixes issue where dotDir with trailing slash caused failures.
Refactors lib.nix to use raw paths internally, fixing issues with spaces
in paths.
Updates history.path logic to correctly handle raw absolute paths.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-27 17:58:46 -06:00
Austin Horstman
20728df08f
release/25.11: add darwin copy apps change
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-23 16:36:16 -06:00
Austin Horstman
af3c24de76
release/25.05: add git signing format change
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-23 16:36:16 -06:00
Austin Horstman
624c7e80fb
release/23.05: add swaylock stateVersion change
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-23 16:36:16 -06:00
Austin Horstman
527ad07e66
tests/radicle: stub radicle-node
...
Failing build is blocking CI, test only verifies generated config.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-22 01:11:39 -06:00
Austin Horstman
61fcc9de76
tests/neovim: add test to catch config eval
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 19:55:46 -06:00
Austin Horstman
7b73a6e98f
neovim: fix eval
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 19:51:30 -06:00
Austin Horstman
4dc3c91c50
neovim: remove deprecated type coercion for extraXPackages
...
3 years old, no need to keep around.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:31 -06:00
Austin Horstman
a7d6bba358
neovim: remove old removal options
...
3-4 years old, no need to keep around.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:31 -06:00
Austin Horstman
bdb807dc28
neovim: modernize
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:31 -06:00
Austin Horstman
0a583021ea
tests/neovim: add wrapper args test
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:31 -06:00
Austin Horstman
ab01ea24b2
neovim: add missing wrapper args
...
Add support for extraName, autowrapRuntimeDeps, waylandSupport, and
withPerl options in the neovim module. These options are passed to the
neovim wrapper to allow for more granular configuration.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:31 -06:00
Austin Horstman
c764a377a0
gemini-cli: fix settings example
...
Supposed to represent the settigns to pass in, not the generated json.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:06 -06:00
Austin Horstman
28b3622b80
tests/gemini-cli: verify defaultModel behavior
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:06 -06:00
Austin Horstman
c848303f1e
gemini-cli: don't force GEMINI_MODEL
...
Default to null so user's can opt in to using this variable that will
override configurations.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-20 17:11:06 -06:00
Austin Horstman
bb35f07cc9
tests/claude-code: add rules tests
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-19 13:19:35 -06:00
Austin Horstman
9bf54edf10
claude-code: add rules support
...
Support the `rules` directory for modular memory files.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-19 13:19:35 -06:00
Austin Horstman
39cb677ed9
news: add defaultEditor entry
...
Let users know about new variable being set.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-11 13:12:54 -06:00
Austin Horstman
574f6d3526
hyprpanel: perchun -> PerchunPak
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-11 12:51:49 -06:00
Austin Horstman
e52be4fb78
tldr-update: perchun -> PerchunPak
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-11 12:51:49 -06:00
Austin Horstman
a788734077
swayidle: fix events default
...
Changed from list to attrset, but default never updated.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-07 23:45:14 -06:00
Austin Horstman
27a6182347
tests/diff-highlight: add null assertion test
...
Verify eval when setting git package to null.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-05 23:18:20 -06:00
Austin Horstman
012cfcc44a
diff-highlight: add git package assertion
...
Git package can be made nullable now, but module is written with
expectation of its availability.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-05 23:18:20 -06:00
Austin Horstman
519828bf1c
claude-code: refactor wrapper to use append-flags
...
Alternative approach suggested in
https://github.com/nix-community/home-manager/pull/8290#discussion_r2593114782
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-05 10:42:15 -06:00
Austin Horstman
6bcb2395ab
home-environment: style cleanup
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-04 23:34:56 -06:00
Austin Horstman
f16bfa59e3
home-environment: fix undefined access eval
...
`uid` isn't guaranteed to be defined, have fallback logic in place to
account for that. Even if we require it eventually, we can't show a
proper assertion/warning without being able to eval.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-04 23:34:56 -06:00
Austin Horstman
05a56dbf24
claude-code: fix wrapper to inject --mcp-config after subcommands
...
Manually wrap program to maintain options called from cli.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-04 12:19:32 -06:00
Austin Horstman
effe4c007d
ci: remove unused dependabot ignore
...
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-12-01 09:37:35 -06:00
Austin Horstman
780be8ef50
tests: disable release check bypass
...
nixos-unstable bumped
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-11-28 14:27:50 -06:00
Austin Horstman
d13041d6f0
tests/gtk4: add test for stateversion change
...
Ensure default behavior with new state version works properly.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-11-28 14:14:32 -06:00
Austin Horstman
9651819d75
ci: update checkout and update-flake-lock
...
https://github.com/DeterminateSystems/update-flake-lock/releases/tag/v28
updated with checkout v6 support.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com >
2025-11-26 16:02:49 -06:00