4 lines
48 B
Nix
4 lines
48 B
Nix
|
|
import <nixpkgs> {
|
||
|
|
system = "x86_64-linux";
|
||
|
|
}
|