9 lines
No EOL
142 B
Nix
9 lines
No EOL
142 B
Nix
{ ... }:
|
|
{
|
|
flake-file.inputs = {
|
|
nur = {
|
|
url = "github:nix-community/nur";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
} |