@@ -0,0 +1,14 @@
{
description = "A very basic flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs =
{ self, nixpkgs }:
lib = { system }: import ./lib.nix { inherit nixpkgs system; };
}
The note is not visible to the blocked user.