From 88026e1ff7e108449890f8af9811fe6606b493ba Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 24 Jan 2024 17:14:00 -0600 Subject: [PATCH] styx isn't there --- modules/nix.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nix.nix b/modules/nix.nix index 7c61da3..efba567 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -3,9 +3,6 @@ pkgs, ... }: { - imports = [ - ./styx - ]; nixpkgs.config.allowUnfree = true; nix.package = pkgs.nixUnstable; nix.extraOptions = ''