@@ -4,7 +4,10 @@
{ nixpkgs, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
generatePackages =
args:
The note is not visible to the blocked user.