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
#!/usr/bin/env nix-shell
2
#!nix-shell -i python3 -p nix-update python3Packages.requests
3
4
-
from nix_prefetch_github import *
5
import requests
6
import subprocess
7
···
1
#!/usr/bin/env nix-shell
2
#!nix-shell -i python3 -p nix-update python3Packages.requests
3
0
4
import requests
5
import subprocess
6