11 lines
237 B
Nix
11 lines
237 B
Nix
{
|
|
description = "nix impermanence config";
|
|
|
|
inputs.impermanence.url = "github:nix-community/impermanence";
|
|
|
|
outputs = { self, ... }: {
|
|
|
|
module = { config, lib, ... }: import ./. { inherit config lib self; };
|
|
};
|
|
}
|