mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Dockapps: fetch sources
Most of dockapps live in a monorepo maintained by dockapps.net. Unfortunately there is not an obvious way to fix a particular release, tag or whatever from this monorepo.
This commit is contained in:
parent
ce009bb0e2
commit
8741edb2ec
|
@ -1,4 +1,11 @@
|
|||
{ config, lib, pkgs }:
|
||||
|
||||
lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
dockapps-sources = pkgs.fetchgit {
|
||||
url = "https://repo.or.cz/dockapps.git";
|
||||
rev = "b2b9d872ee61c9b329e4597c301e4417cbd9c3ea";
|
||||
sha256 = "sha256-BuSnwPIj3gUWMjj++SK+117xm/77u4gXLQzRFttei0w=";
|
||||
};
|
||||
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue