This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ nixpkgs ? <nixpkgs> }: { | |
inherit (import nixpkgs {}) hello; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env nix-shell | |
#!nix-shell -i bash -p bind.dnsutils -p traceroute -p curl | |
# impure: needs ping | |
#source: https://s3.amazonaws.com/aws-cloudfront-testing/CustomerTesting.html | |
function _e { | |
echo "> $@" | |
eval "$@" 2>&1 | sed -e "s/^/ /" | |
printf "Exit: %s\n\n\n" "$?" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {"server": {"type": "object", "properties": {"hostname": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, "groupid": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, "nsid": {"anyOf": [{"type": "string"}, {"type": "null"}], "default": null}, "workers": {"anyOf": [{"enum": ["auto"]}, {"type": "integer"}], "default": 1}, "use_cache_gc": {"type": "boolean", "default": true}, "backend": {"enum": ["auto", "systemd", "supervisord"], "default": "auto"}, "watchdog": {"anyOf": [{"enum": [false]}, {"type": "object", "properties": {"qname": {"type": "string"}, "qtype": {"enum": ["A", "A6", "AAAA", "AFSDB", "ANY", "APL", "ATMA", "AVC", "AXFR", "CAA", "CDNSKEY", "CDS", "CERT", "CNAME", "CSYNC", "DHCID", "DLV", "DNAME", "DNSKEY", "DOA", "DS", "EID", "EUI48", "EUI64", "GID", "GPOS", "HINFO", "HIP", "HTTPS", "IPSECKEY", "ISDN", "IXFR", "KEY", "KX", "L32", "L64", "LOC", "LP", "MAILA", "MAILB", "MB" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"description": "Knot Resolver declarative configuration.", | |
"type": "object", | |
"properties": { | |
"version": { | |
"type": "integer", | |
"description": "Version of the configuration schema. By default it is the latest supported by the resolver, but couple of versions back are be supported as well.", | |
"default": 1 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git fetch https://github.com/mweinelt/nixpkgs.git just-for-vladimir | |
$ git checkout FETCH_HEAD | |
$ git rebase h/staging-next | |
$ env NIXPKGS_ALLOW_UNFREE=1 ./maintainers/scripts/rebuild-amount.sh --print HEAD HEAD~1 | |
Estimating rebuild amount by counting changed Hydra jobs (parallel=unset). | |
415 x86_64-darwin | |
560 x86_64-linux | |
_3llo.x86_64-darwin /nix/store/qzn9vnxh5xl9mbw8bwb9111z3fbqn0nm-3llo-1.3.1 |
OlderNewer