add devlop
This commit is contained in:
parent
50ffa445da
commit
293794f1c3
11
outputs.nix
11
outputs.nix
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue