6 lines
72 B
Nix
6 lines
72 B
Nix
|
let
|
||
|
fetch = import ./fetch.nix;
|
||
|
nixpkgs = fetch "nixos";
|
||
|
in
|
||
|
nixpkgs
|