update nixpkgs-update
* nixpkgs-update now references some dependencies directly * use flakes / flake compat * blacklist openbazaar * reformat with ormolu
This commit is contained in:
parent
7395992620
commit
f2bee8862d
2 changed files with 3 additions and 10 deletions
|
@ -11,14 +11,7 @@ let
|
||||||
});
|
});
|
||||||
|
|
||||||
nixpkgsUpdateSystemDependencies = with pkgs; [
|
nixpkgsUpdateSystemDependencies = with pkgs; [
|
||||||
nix
|
|
||||||
git
|
|
||||||
getent
|
|
||||||
gitAndTools.hub
|
|
||||||
gnugrep
|
gnugrep
|
||||||
jq
|
|
||||||
tree
|
|
||||||
gist
|
|
||||||
cachix
|
cachix
|
||||||
curl
|
curl
|
||||||
] ++ [ nixpkgs-update ] ++ nixpkgs-update.propagatedBuildInputs;
|
] ++ [ nixpkgs-update ] ++ nixpkgs-update.propagatedBuildInputs;
|
||||||
|
|
|
@ -29,10 +29,10 @@
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "ryantm",
|
"owner": "ryantm",
|
||||||
"repo": "nixpkgs-update",
|
"repo": "nixpkgs-update",
|
||||||
"rev": "db4636193e7adede252f91d59ecec518d4b871de",
|
"rev": "a0f4d275d480c57f3ad0e9d29c11d8a8eb174b51",
|
||||||
"sha256": "0sa6bk6brd1sj9cpvd8mc5gfcmha7m7bh5w8yff9q33q6sf836sl",
|
"sha256": "0ywpbq6kqmdq75rjz4zl3ipgqqgr0wnnvddydx7x092b5ph7xbxz",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/ryantm/nixpkgs-update/archive/db4636193e7adede252f91d59ecec518d4b871de.tar.gz",
|
"url": "https://github.com/ryantm/nixpkgs-update/archive/a0f4d275d480c57f3ad0e9d29c11d8a8eb174b51.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"nixpkgs-update-github-releases": {
|
"nixpkgs-update-github-releases": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue