diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-09 11:12:03 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-09 11:12:03 +0100 |
commit | ae4acb2e913071f6c0019d6ee2bc484507693f32 (patch) | |
tree | 6d5807e79baaa81e289bb264f26c065f249863a9 | |
parent | e82b0b71f90788da7049a3d3695de9cb0f0164e7 (diff) | |
download | wgautomesh-ae4acb2e913071f6c0019d6ee2bc484507693f32.tar.gz wgautomesh-ae4acb2e913071f6c0019d6ee2bc484507693f32.zip |
add default.nix
-rw-r--r-- | default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..50510bf --- /dev/null +++ b/default.nix @@ -0,0 +1,7 @@ +(import ( + fetchTarball { + url = "https://github.com/edolstra/flake-compat/archive/12c64ca55c1014cdc1b16ed5a804aa8576601ff2.tar.gz"; + sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5"; } +) { + src = ./.; +}).defaultNix |