switched to nix unstable

This commit is contained in:
Gerg-L 2023-03-07 21:17:33 -05:00
parent d8092c47e0
commit b137e67641
3 changed files with 9 additions and 80 deletions

View file

@ -1,11 +1,12 @@
inputs: {
lib,
pkgs,
self,
settings,
...
}: {
nix = {
# package = nix.packages.${pkgs.system}.nix;
package = pkgs.nixVersions.unstable;
#automatically get registry from input flakes
registry = (
lib.attrsets.mapAttrs (