mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-27 05:19:44 +01:00
default.nix: Build with <nixpkgs>
This commit is contained in:
parent
8dba50616c
commit
4d17db81a7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
pkgs ? import (builtins.fetchTarball "channel:nixos-19.09") {
|
pkgs ? import <nixpkgs> {
|
||||||
overlays = [
|
overlays = [
|
||||||
(import ./overlay.nix)
|
(import ./overlay.nix)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue