hopefully the last complete restructure of this repo
This commit is contained in:
21
system/packages/external/flake.nix
vendored
21
system/packages/external/flake.nix
vendored
@@ -1,21 +0,0 @@
|
||||
{
|
||||
description = "System External Flakes";
|
||||
|
||||
inputs = {
|
||||
|
||||
waveforms.url = "github:liff/waveforms-flake";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: {
|
||||
|
||||
module = { config, lib, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.waveforms.nixosModule
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
description = "System packages";
|
||||
|
||||
inputs = {
|
||||
external.url = "./external";
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: {
|
||||
|
||||
module = { config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.external.module
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
description = "System scripts";
|
||||
|
||||
inputs = {
|
||||
};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
module = { config, lib, pkgs, ... }: {};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user