这是indexloc提供的服务,不要输入任何密码
Skip to content

Type inference for flake inputs #54

@figsoda

Description

@figsoda
{
  inputs = {
    nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
  };

  outputs = { self, nixpkgs }: {
    
  };
}

for a flake like this, it would be nice to get completions and types for self and nixpkgs
Here is a list of attributes copied from docs: outPath, rev, revCount, lastModifiedDate, lastModified, narHash

Metadata

Metadata

Assignees

Labels

A-tyArea: type systemC-featureCatagory: feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions