1{inputs, ...}: { 2 flake-file.inputs.devshell = { 3 url = "github:numtide/devshell"; 4 inputs.nixpkgs.follows = "nixpkgs"; 5 }; 6 7 imports = [inputs.devshell.flakeModule or {}]; 8}