Skip to content

Commit

Permalink
Remove unused bindings in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfmaster committed Feb 25, 2023
1 parent 0f02c3c commit 1f5ded3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
arkenfox.url = "github:dwarfmaster/arkenfox-nixos";
};

outputs = inputs @ {
outputs = {
self,
home,
nixos,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1f5ded3

Please sign in to comment.