summaryrefslogtreecommitdiff
path: root/templates/system-flake/pkgs/config
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system-flake/pkgs/config')
-rw-r--r--templates/system-flake/pkgs/config/default.nix5
-rw-r--r--templates/system-flake/pkgs/config/unfree.nix7
2 files changed, 0 insertions, 12 deletions
diff --git a/templates/system-flake/pkgs/config/default.nix b/templates/system-flake/pkgs/config/default.nix
deleted file mode 100644
index 47abe76..0000000
--- a/templates/system-flake/pkgs/config/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{lib}:
-with lib; {
- android_sdk.accept_license = true;
- allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
-}
diff --git a/templates/system-flake/pkgs/config/unfree.nix b/templates/system-flake/pkgs/config/unfree.nix
deleted file mode 100644
index deda971..0000000
--- a/templates/system-flake/pkgs/config/unfree.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-lib: name:
-with lib;
- elem name [
- "libproprietary-v3"
- "closed-source-pkg"
- "favorite-abandonware"
- ]