diff options
Diffstat (limited to 'users/glittershark/xanthous/pkg.nix')
-rw-r--r-- | users/glittershark/xanthous/pkg.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/users/glittershark/xanthous/pkg.nix b/users/glittershark/xanthous/pkg.nix index dcf508fa5485..91de68ea3216 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"; |