nixos-config/subprojects/bahaghari/tests/default.nix

12 lines
244 B
Nix
Raw Normal View History

2024-02-24 10:48:07 +00:00
# This is the unit cases for our Nix project.
{ branch ? "nixos-stable" }:
2024-02-24 10:48:07 +00:00
let
sources = import ../npins;
pkgs = import sources.${branch} { };
in
2024-02-24 10:48:07 +00:00
{
lib = import ./lib { inherit pkgs; };
#modules = import ./modules { inherit pkgs; };
}