Update flake.lock

This commit is contained in:
js0ny 2026-02-04 17:03:40 +00:00
parent d0b6200eae
commit 78cff324ed
8 changed files with 414 additions and 79 deletions

View file

@ -59,6 +59,10 @@
};
stylix.url = "github:nix-community/stylix";
nixpak = {
url = "github:nixpak/nixpak";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@ -82,6 +86,7 @@
nix-index-database,
walker,
stylix,
nixpak,
...
} @ inputs: let
overlays = [