commit | 6aa7c26933f536d044ab920a5870e3f24fb04d8c | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Aug 20 22:22:03 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Aug 20 22:22:03 2022 +0100 |
tree | f986fc9873c716a0807ea8b093e76dabab636768 | |
parent | 7dfe5c61b9e503994bc841b7003f0581d325b068 [diff] [blame] |
Add some basic initial modules
diff --git a/flake.nix b/flake.nix index d2dc6af..6725e32 100644 --- a/flake.nix +++ b/flake.nix
@@ -6,6 +6,7 @@ url = "github:nixos/flake-registry"; flake = false; }; + inputs.impermanence.url = "github:nix-community/impermanence"; outputs = inputs: let inherit (inputs) self nixpkgs flake-utils;