🔨 add devshell

This commit is contained in:
2023-07-24 16:50:53 -04:00
parent a2b4835be3
commit 63b05b74b4
2 changed files with 30 additions and 19 deletions

View File

@ -23,8 +23,17 @@
];
};
};
packages.homeConfigurations = self.homeConfigurations.${system};
packages.default =
self.homeConfigurations.${system}.walkah.activationPackage;
devShells.default = pkgs.mkShell {
name = "dotfiles";
buildInputs = with pkgs; [
nil
nixpkgs-fmt
];
};
});
}