This makes `nix-build` and friends use the current flake lock instead of the outdated pinned version we had in `./nixpkgs.nix` With this, `nix-build -A ovni` and `nix build .#ovni` will produce the same result. This will fail if the flake nixpkgs input does not come from NixOS/nixpkgs. We could use edolstra/flake-compat instead, but it's overkill imho. Additionally, I made default.nix behave like nixpkgs, so that we can import bscpkgs à la nixpkgs (Apply overlays and other options that nixpkgs accepts): `import bscpkgs { overlays = [ <...> ]; }`
Nix overlay with BSC packages.
Description
Languages
Nix
87.7%
C++
7.1%
Shell
2.5%
Python
1.4%
CSS
0.6%
Other
0.5%