4 lines
99 B
Nix
4 lines
99 B
Nix
{ channels, ... }:
|
|
|
|
final: prev: { inherit (channels.nixpkgs-latest-factorio) factorio-headless; }
|