1
0
Fork 0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-11-05 18:49:41 +01:00

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

View file

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