default.nix: Build with <nixpkgs>

This commit is contained in:
Samuel Dionne-Riel 2020-07-14 15:34:40 -04:00
parent 8dba50616c
commit 4d17db81a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
pkgs ? import (builtins.fetchTarball "channel:nixos-19.09") {
pkgs ? import <nixpkgs> {
overlays = [
(import ./overlay.nix)
];