fix broken config

This commit is contained in:
zuckerberg
2021-06-07 17:40:30 -04:00
parent 5aa31d450b
commit e5f09b802a
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ in {
'';
# pin nixpkgs for system commands such as "nix shell"
#registry.nixpkgs.flake = inputs.nixpkgs;
registry.nixpkgs.flake = inputs.nixpkgs;
};
};
}