From 526995ae8d5ae64f1bc02cc6b766fc5e16b91c14 Mon Sep 17 00:00:00 2001 From: Erik Garrison Date: Wed, 29 May 2024 18:04:22 -0500 Subject: [PATCH] remove the flake.lock geez --- .gitignore | 41 +---------------------------------------- flake.lock | 27 --------------------------- 2 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 flake.lock diff --git a/.gitignore b/.gitignore index 70fd1dad..301d47e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,40 +1 @@ -# 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 +flake.lock diff --git a/flake.lock b/flake.lock deleted file mode 100644 index 96b45862..00000000 --- a/flake.lock +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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 -}