Update scripts for flakes

This commit is contained in:
Charlotte Van Petegem 2020-07-22 11:14:42 +02:00
parent ef64f8bc5d
commit 74573c6eb0
7 changed files with 24 additions and 40 deletions

View file

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