Remove flake-lock file
Remove the flake lock, so we can build some packages directly running nix build bscpkgs#htop
and match the same as nix build nixpkgs#htop
:
hut% nix build .#htop --print-out-paths
warning: creating lock file '/home/Computational/rarias/bscpkgs/flake.lock'
warning: Git tree '/home/Computational/rarias/bscpkgs' is dirty
/nix/store/3sryc7glnh7dvlx4n3nzriisys4w0fsl-htop-3.2.2
hut% nix build nixpkgs#htop --print-out-paths
/nix/store/3sryc7glnh7dvlx4n3nzriisys4w0fsl-htop-3.2.2
It will get regenerated by default, but is okay.
Edited by Rodrigo Arias Mallo