about summary refs log tree commit diff
path: root/users/glittershark/xanthous/pkg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/xanthous/pkg.nix')
-rw-r--r--users/glittershark/xanthous/pkg.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/users/glittershark/xanthous/pkg.nix b/users/glittershark/xanthous/pkg.nix
index dcf508fa54..91de68ea32 100644
--- a/users/glittershark/xanthous/pkg.nix
+++ b/users/glittershark/xanthous/pkg.nix
@@ -1,9 +1,6 @@
-{ nixpkgs ? import ./nixpkgs.nix {}
-,
-}:
+{ pkgs ? import ./nixpkgs.nix {} }:
 let
   inherit (builtins) filterSource elem not;
-  inherit (nixpkgs) pkgs;
   gitignoreSource = (import (pkgs.fetchFromGitHub {
     owner = "hercules-ci";
     repo = "gitignore";