feat(ci): use source from master

This commit is contained in:
Jaka Hudoklin 2020-01-15 10:41:51 +00:00
parent c8c2f69cc4
commit 1faae85426
No known key found for this signature in database
GPG key ID: 11AA2A62319E4968

2
ci.nix
View file

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