{ description = "Wafrn Flake; Provides a devshell"; inputs = { flake-utils.url = "github:numtide/flake-utils"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; }; outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.simpleFlake { inherit self nixpkgs; name = "wafrn-flake"; shell = ./shell.nix; }; }