9 lines
134 B
Nix
9 lines
134 B
Nix
{ depot, lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
depot.inputs.nixpkgs.nixosModules.readOnlyPkgs
|
|
];
|
|
|
|
nixpkgs.overlays = lib.mkForce [];
|
|
}
|