summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-07-21 01:49:04 +0700
committerpolwex <polwex@sortug.com>2024-07-21 01:49:04 +0700
commite64f7a78e01e5fa661471cb518cc71fc33223b5a (patch)
tree691c444cf66e2f9d1ee63e4589ed09ec502baa3b /hosts/base.nix
parent0816d59542658a62928050ef5f08e1460e554959 (diff)
m
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index e1e421b..3cffa00 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -1,10 +1,4 @@
-{
- config,
- lib,
- pkgs,
- unfreePkgs,
- ...
-}: {
+{pkgs, ...}: {
# enable flakes
nix = {
package = pkgs.nixFlakes;