Add build-flakes script for nix-cache
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m20s

This commit is contained in:
2025-01-24 01:12:14 +01:00
parent 5ef2b3aafa
commit e70e892ab2
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./build-flakes.nix
];
}