feat(flake): enable lock flattening
This commit is contained in:
parent
7b787346b4
commit
56f1290a9e
3 changed files with 86 additions and 97 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue