7 lines
155 B
Nix
7 lines
155 B
Nix
{ ... }:
|
|
{
|
|
flake-file.inputs = {
|
|
impermanence.url = "github:nix-community/impermanence";
|
|
impermanence.inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
}
|