Reinitialized repo after massive overhaul
This commit is contained in:
17
system/packages/flake.nix
Normal file
17
system/packages/flake.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
description = "System packages";
|
||||
|
||||
inputs = {
|
||||
external.url = "./external";
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: {
|
||||
|
||||
module = { config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.external.module
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user