add devlop

This commit is contained in:
ChaotiCryptidz 2022-02-13 16:35:01 +00:00
parent 50ffa445da
commit 293794f1c3

View file

@ -1,6 +1,7 @@
{ self, nixpkgs, home-manager, deploy-rs, ... }@inputs:
let
mkTree = import ./tree.nix { inherit (nixpkgs) lib; };
pkgs-x86_64-linux = nixpkgs.legacyPackages.x86_64-linux;
tree = mkTree {
inherit inputs;
folder = ./.;
@ -42,6 +43,16 @@ in {
#legacyPackages.tree = tree;
nixosConfigurations = import ./hosts ({ inherit tree; } // inputs);
devShell."x86_64-linux" = pkgs-x86_64-linux.mkShell {
packages = with pkgs-x86_64-linux; [
git
nano
bat
exa
deploy-rs.packages."x86_64-linux".deploy-rs
];
};
deploy.nodes.lappy = {
hostname = "lappy.tailscale-internal.genderfucked.monster";
profiles.system = {