tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fcitx5: fix update script
linsui
2 years ago
8a0653ec
1e1cf536
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
update.py
-1
pkgs/tools/inputmethods/fcitx5/update.py
···
1
1
#!/usr/bin/env nix-shell
2
2
#!nix-shell -i python3 -p nix-update python3Packages.requests
3
3
4
4
-
from nix_prefetch_github import *
5
4
import requests
6
5
import subprocess
7
6