From 1f5ded3a9536ed6b074de38b58240f00ea3fdc36 Mon Sep 17 00:00:00 2001 From: DwarfMaster Date: Sat, 25 Feb 2023 21:24:31 +0100 Subject: [PATCH] Remove unused bindings in flake.nix --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index f5bdf1b..ee67ac2 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ arkenfox.url = "github:dwarfmaster/arkenfox-nixos"; }; - outputs = inputs @ { + outputs = { self, home, nixos, @@ -185,11 +185,6 @@ packages = import ./packages; - nur-modules = import nur { - # Architecture is hardcoded since it won't be used by modules - nurpkgs = import nixos {system = "x86_64-linux";}; - }; - libModule = { pkgs, lib,