mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-12 00:35:10 +03:00
nix: remove developPackageAttrs and format
This commit is contained in:
parent
21972715dd
commit
b294040b32
@ -9,12 +9,6 @@ let
|
||||
|
||||
pkgs = import nixpkgs { inherit system; config = { allowBroken = true; }; };
|
||||
|
||||
developPackageAttrs = {
|
||||
name = "nixpkgs-update";
|
||||
root = self;
|
||||
returnShellEnv = false;
|
||||
};
|
||||
|
||||
drvAttrs = attrs: with pkgs; {
|
||||
NIX = nix;
|
||||
GIT = git;
|
||||
@ -38,7 +32,7 @@ let
|
||||
pkgs.haskell.lib.disableExecutableProfiling (
|
||||
pkgs.haskell.lib.disableLibraryProfiling (
|
||||
pkgs.haskell.lib.generateOptparseApplicativeCompletion "nixpkgs-update" (
|
||||
(haskellPackages.callPackage ../nixpkgs-update.nix {}).overrideAttrs drvAttrs
|
||||
(haskellPackages.callPackage ../nixpkgs-update.nix { }).overrideAttrs drvAttrs
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user