add nixpkgs input

This commit is contained in:
notgne2 2021-08-21 19:39:53 -07:00
parent 6e6c001c9f
commit c5f23eae02
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -1,5 +1,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
base16-rofi = { base16-rofi = {
url = "github:0xdec/base16-rofi"; url = "github:0xdec/base16-rofi";
flake = false; flake = false;