Don't use legacyPackages
This commit is contained in:
parent
946379804e
commit
4272da36cb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
in
|
||||
{
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with nixpkgs.legacyPackages.${system}; [ nixpkgs-fmt ];
|
||||
buildInputs = with pkgs; [ nixpkgs-fmt ];
|
||||
};
|
||||
}) // {
|
||||
nixosConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue