mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-30 06:01:08 +01:00
Add hydra jobs & flake packages
This commit is contained in:
parent
11b2a10c7b
commit
350fd669eb
10 changed files with 184 additions and 80 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue