Archived
1
0
forked from rarias/bscpkgs

WIP: Add package metadata #2

Draft
abonerib wants to merge 481 commits from add-meta into CIstrictDeps
2 changed files with 7 additions and 0 deletions
Showing only changes of commit f43d549294 - Show all commits

6
common/main.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
];
}

View File

@@ -2,6 +2,7 @@
{
imports = [
../common/main.nix
./hardware-configuration.nix
./boot.nix