Don't use legacyPackages

This commit is contained in:
Charlotte Van Petegem 2020-10-25 10:44:12 +01:00
parent 946379804e
commit 4272da36cb
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -40,7 +40,7 @@
in
{
devShell = pkgs.mkShell {
buildInputs = with nixpkgs.legacyPackages.${system}; [ nixpkgs-fmt ];
buildInputs = with pkgs; [ nixpkgs-fmt ];
};
}) // {
nixosConfigurations = {