add pkgs to scope

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 14:04:11 +01:00
parent e589c77a8d
commit 1d9bddf1ba
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
nix = {
package = pkgs.nixUnstable;