@@ -4,7 +4,9 @@
};
outputs = {nixpkgs, ...}: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
pkgs = import nixpkgs {
inherit system;
in {
packages.${system} = {
default = pkgs.callPackage ./package.nix {};
The note is not visible to the blocked user.