{ description = "A very basic flake"; outputs = { self, dragnpkgs } @ inputs: dragnpkgs.lib.mkFlake { packages.racket = ./racket/package.nix; }; }