Add hydra jobs & flake packages

This commit is contained in:
Tristan Ross 2025-09-06 06:27:36 -07:00
parent 11b2a10c7b
commit 350fd669eb
No known key found for this signature in database
GPG key ID: B09C422035669AF8
10 changed files with 184 additions and 80 deletions

View file

@ -1,3 +1,7 @@
# This file is necessary so nix-env -qa does not break,
# when nixos-hardware is used as a channel
{ }
{ pkgs }:
import ./toplevel.nix {
fn = p: pkgs.callPackages "${builtins.toString p}/all.nix";
inherit (pkgs) lib;
}