new channel: nixos-19.03 (#1)

This commit is contained in:
zimbatm 2019-03-15 13:49:46 +00:00 committed by GitHub
parent e62437e814
commit f31c910416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 6 deletions

View file

@ -12,7 +12,7 @@ _: pkgs: {
docker-compose =
# master
pkgs.docker-compose or
# 18.09
# 18.09 or later
pkgs.python3Packages.docker_compose;
};
kubectl = pkgs.callPackage ./kubectl {};