tvl-depot/users/flokli/nixos/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
320 B
Nix
Raw Normal View History

{ depot, pkgs, lib, ... }:
let
inherit (depot.users.flokli.nixos)
archeology;
systemFor = sys: (depot.ops.nixos.nixosFor sys).system;
in
{
archeologySystem = (depot.ops.nixos.nixosFor ({ modulesPath, ... }: {
imports = [
./archeology/configuration.nix
];
})).config.system.build.toplevel;
}