A common and reliable pattern in service unit files is thus:
NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
DevicePolicy=closed
ProtectSystem=strict
{ | |
pkgs ? ( | |
let | |
pkgs = import <nixpkgs>; | |
pkgs_ = (pkgs {}); | |
rustOverlay = (pkgs_.fetchFromGitHub { | |
owner = "mozilla"; | |
repo = "nixpkgs-mozilla"; | |
rev = "1608d31f7e5b2415fb80b5d76f97c009507bc45f"; | |
sha256 = "0mznf82k7bxpjyvigxvvwpmi6gvg3b30l58z36x192q2xxv47v1k"; |
super: self: | |
let | |
rustOverlayRepo = self.fetchFromGitHub { | |
owner = "mozilla"; | |
repo = "nixpkgs-mozilla"; | |
rev = "90d41cd5dd6c31c7bfaaab68dd6f00bae596d742"; | |
sha256 = "0cpv969mgv2v8fk6l9s24xq1qphwsvzbhf8fq4v6bkkwssm0kzn6"; | |
}; | |
rustOverlay = import "${rustOverlayRepo}/rust-overlay.nix" self super; |
with import <nixpkgs> {}; | |
#{stdenv, fetchFromGitHub, python, ninja}: | |
stdenv.mkDerivation rec { | |
name = "scylla-${version}"; | |
version = "2.1.0"; | |
src = fetchgit { | |
url = "https://github.com/scylladb/scylla"; |
#!/bin/bash | |
# -- sane bash errors -- # | |
set -Eeuo pipefail | |
# -- docker exec -- # | |
cat > Dockerfile <<EOF | |
FROM nixos/nix | |
RUN nix-channel --add https://github.com/Holo-Host/nixpkgs-channels/archive/680f9d7ea90dd0b48b51f29899c3110196b0e913.tar.gz |
with import <nixpkgs> {}; | |
stdenv.mkDerivation rec { | |
name = "cloudi-${version}"; | |
version = "1.7.5"; | |
src = fetchzip { | |
url = "https://osdn.net/dl/cloudi/${name}.tar.gz"; | |
sha256 = "0aj0rwzfyad99gnm27km705ba46nsdy1ww87qgk3cfpi0017wx86"; | |
}; |
(ns switch | |
(:require [clojure.pprint :as pprint])) | |
(defn project-clj-map [filename] | |
(->> (slurp filename) | |
(read-string) | |
(drop 1) | |
(partition 2) | |
(map vec) | |
(into {}))) |
# frozen_string_literal: true | |
source 'https://rubygems.org' | |
git_source(:github) do |repo_name| | |
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") | |
"https://github.com/#{repo_name}.git" | |
end | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
def add_check_digit(upc_str): | |
""" | |
Returns a 12 digit upc-a string from an 11-digit upc-a string by adding | |
a check digit | |
>>> add_check_digit('02345600007') | |
'023456000073' | |
>>> add_check_digit('21234567899') | |
'212345678992' | |
>>> add_check_digit('04210000526') |
####Rets Rabbit http://www.retsrabbit.com
Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.