From 2a810bfb44807216e230879699d1aa0c20f967df Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 21 Aug 2021 19:41:14 -0700 Subject: [PATCH] add nixpkgs input --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 57cf60f..d5cc3dc 100644 --- a/flake.nix +++ b/flake.nix @@ -2,6 +2,8 @@ description = "Music downloader"; inputs = { + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + npm-buildpackage.url = "github:serokell/nix-npm-buildpackage"; flake-utils.url = "github:numtide/flake-utils"; };