9 lines
123 B
Nix
9 lines
123 B
Nix
# Computer science student profile
|
|
|
|
{
|
|
pkgs,
|
|
lib,
|
|
config,
|
|
...
|
|
}:
|
|
import ./advanced.nix { inherit pkgs lib config; }
|