feat(flake): enable lock flattening

This commit is contained in:
Sk7Str1p3 2026-05-24 20:53:34 +03:00
parent 7b787346b4
commit 56f1290a9e
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
3 changed files with 86 additions and 97 deletions

View file

@ -12,6 +12,7 @@
{
imports = [
inputs.flake-file.flakeModules.default
inputs.flake-file.flakeModules.allfollow
../devShells
../docs
../hosts
@ -27,4 +28,6 @@
# This file is not supposed to be edited manually.
# Run `nix run .#write-flake` to regenerate it
'';
flake-file.prune-lock.enable = true;
}