From 554edcd045fe48e201797f959eedeb771f50cbdd Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 3 Apr 2024 13:04:46 -0400 Subject: [PATCH] looks like nix flakes needs not-git-ignored flake.lock --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1c0d400..13c0afb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# flake.nix builds source in this tree. -# must not commit flake.lock that would need hash from this repo -flake.lock # clangd working space (see emacs+lsp) .cache # typical cmake build directory (source-tree-nephew)