Sha256: 83f5c06f3f8f6510091232e3ea540658ba6e18e2acc072dfdabfe2a6447498f8
Contents?: true
Size: 620 Bytes
Versions: 2
Compression:
Stored size: 620 Bytes
Contents
{ config, ... }: let nixpkgsBranch = branch: { type = "git-rev"; git-rev = { url = "https://github.com/NixOS/nixpkgs"; update.ref = "refs/heads/${branch}"; }; }; vpsadminosBranch = branch: { type = "git-rev"; git-rev = { url = "https://github.com/vpsfreecz/vpsadminos"; update.ref = "refs/heads/${branch}"; }; }; in { confctl.swpins.channels = { nixos-unstable = { nixpkgs = nixpkgsBranch "nixos-unstable"; }; # nixos-stable = { nixpkgs = nixpkgsBranch "nixos-20.09"; }; vpsadminos-staging = { vpsadminos = vpsadminosBranch "staging"; }; }; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
confctl-2.0.0 | example/configs/swpins.nix |
confctl-1.0.0 | example/configs/swpins.nix |