6 lines
83 B
Nix
6 lines
83 B
Nix
let
|
|
unstable = import <nixos-unstable> { };
|
|
in
|
|
{
|
|
nix.package = unstable.lix;
|
|
}
|