mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 23:10:13 +00:00
more moving around
This commit is contained in:
@ -1,10 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.
|
||||
|
||||
pkgs.writeShellApplication
|
||||
{
|
||||
name = "ocr";
|
||||
runtimeInputs = [ pkgs.tesseract ];
|
||||
text = builtins.readFile ./ocr.sh;
|
||||
}
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pname = "wallpapers";
|
||||
version = "0.1";
|
||||
src = pkgs.fetchFromGitLab {
|
||||
owner = "exorcist365";
|
||||
repo = "wallpapers";
|
||||
rev = "8d2860ac6c05cec0f78d5c9d07510f4ff5da90dc";
|
||||
sha256 = "155lb7w563dk9kdn4752hl0zjhgnq3j4cvs9z98nb25k1xpmpki7";
|
||||
};
|
||||
installPhase = ''
|
||||
cp -r $src/ $out/
|
||||
'';
|
||||
}
|
||||
|
Reference in New Issue
Block a user