Add a qr-code for source urls

This commit is contained in:
Eike Kettner
2020-08-03 18:27:13 +02:00
parent d9a00c8cb8
commit ed8f16fe73
5 changed files with 63 additions and 13 deletions

View File

@ -1,5 +1,5 @@
let
nixpkgsUnstable = builtins.fetchTarball {
nixpkgsUnstable = builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz";
};
pkgsUnstable = import nixpkgsUnstable { };