From 7376468d0d1f67ad58ca3fc5d07e888745b22c06 Mon Sep 17 00:00:00 2001 From: Erik Garrison Date: Wed, 29 May 2024 18:10:31 -0500 Subject: [PATCH] Revert "remove the flake.lock geez" This reverts commit 526995ae8d5ae64f1bc02cc6b766fc5e16b91c14. --- .gitignore | 41 ++++++++++++++++++++++++++++++++++++++++- flake.lock | 27 +++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 flake.lock diff --git a/.gitignore b/.gitignore index 301d47e1..70fd1dad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,40 @@ -flake.lock +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Log files +*.log +*.status + +#Executables +mashmap +mashmap-align +wfmash + +#build directories +src/common/wflign/build +build + +# include directory +include + +#Others +*.cache +*~ +\#* +.\#* +src/common/WFA2-lib/bin/ +src/wfmash_git_version.hpp + +test/ +.idea/ +cmake-build-debug/ +result diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..96b45862 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1716769173, + "narHash": "sha256-7EXDb5WBw+d004Agt+JHC/Oyh/KTUglOaQ4MNjBbo5w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "9ca3f649614213b2aaf5f1e16ec06952fe4c2632", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +}