feat: add git-extract script to home
This commit is contained in:
parent
e191d7455e
commit
aeb847aa47
4 changed files with 295 additions and 1 deletions
12
users/rafiq/scripts/git-extract.nix
Normal file
12
users/rafiq/scripts/git-extract.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
(pkgs.writers.writePython3Bin "git-extract" {
|
||||
|
||||
libraries = with pkgs.python3Packages; [
|
||||
magic
|
||||
chardet
|
||||
];
|
||||
|
||||
} (builtins.readFile ./git-extract.py))
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue