feat: support stable nix
All checks were successful
Build packages / Build derivations (push) Successful in 3m2s

This commit is contained in:
uku 2025-01-24 15:20:06 +01:00
parent ef5052ebc6
commit 70b5e931ba
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

4
default.nix Normal file
View file

@ -0,0 +1,4 @@
{
pkgs ? import <nixpkgs> { },
}:
import ./pkgs/all-packages.nix { } pkgs