diff --git a/nix/module.nix b/nix/module.nix index 1cd9e4eff..66cbc4034 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -1,14 +1,2 @@ {pkgs, ...}@args: - import ./moduleInner.nix (args // ( - let - pinnedPkgs = import (pkgs.fetchFromGitHub { - owner = "NixOS"; - repo = "nixpkgs"; - rev = "914ef51ffa88d9b386c71bdc88bffc5273c08ada"; - sha256 = "sha256-A+oT+aQGhW5lXy8H0cqBLsYtgcnT5glmGOXWQDcGw6I="; - }) { - # we need to inherit config to propagate allowUnfree settings (which - # are needed for bookwyrm) - inherit (pkgs) system config; - }; - in { bookwyrm = pinnedPkgs.callPackage ./default.nix { };})) \ No newline at end of file + import ./moduleInner.nix (args // ({ bookwyrm = pkgs.callPackage ./default.nix { };})) \ No newline at end of file