- Upgrade to Enterprise edition of Windows 10/11 if you are running Home or Pro.
- You can do this through the Change Edition option in the Extras menu in MAS.
- Open the Group Policy Editor. Search for "Edit Group Policy" in search or run
gpedit.msc.
gpedit.msc.| { config, pkgs, ... }: | |
| let projectroot = "/home/git/"; # where are the repos on the disk? | |
| subdir = "private-git"; # url path prefix | |
| staticFilesPath = "cgit-static"; # url path to cgit's static assets | |
| # /home/git/published-by-cgit contains the list of projects | |
| # that cgit will show | |
| cgitrc = pkgs.writeText "cgitrc" | |
| '' | |
| # default paths to static assets | |
| css=/${staticFilesPath}/cgit.css |
cargo new rust-static-nix
cd rust-static-nix
cargo build
# create/copy default.nix
nix-build| if [ $# != 2 ]; then | |
| echo "Usage: $0 /path/to/input_ipa /path/to/output_ipa" | |
| exit 1 | |
| fi | |
| if ! [ -f $1 ]; then | |
| echo "'$1' does not exist" | |
| exit 1 | |
| fi |
The project is split into several parts:
Suppose you have weird taste and you absolutely want: