7 lines
137 B
Nix
7 lines
137 B
Nix
{ pkgs, ... }:
|
|
|
|
pkgs.clerie-build-support.writePythonScript {
|
|
name = "git-show-link";
|
|
text = builtins.readFile ./git-show-link.py;
|
|
}
|