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

@ -7,6 +7,7 @@
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ./flake;
inputs = {
allfollow.url = "github:spikespaz/allfollow";
flake-file.url = "github:vic/flake-file";
flake-parts.url = "github:hercules-ci/flake-parts";
home-manager.url = "github:nix-community/home-manager";