Major rework in progress
This commit is contained in:
10
system/impermanence/flake.nix
Normal file
10
system/impermanence/flake.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
description = "nix impermanence config";
|
||||
|
||||
inputs.impermanence.url = "github:nix-community/impermanence";
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
module = import ./. { inherit self; };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user