Flakes aren’t real and cannot hurt you: a guide to using Nix flakes the non-flake way – jade’s www site

nix
I am using package.nix to refer to the standard way for writing packages in nixpkgs style, which are invoked with callPackage. This is as opposed to writing something directly in flake.nix using pkgs.

A package.nix file looks something like so: