Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaerok authored Oct 28, 2023
1 parent 2aa4bf8 commit 673ddf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos-up-main/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [ python3 python3Packages.psutil python3Packages.requests ];
shellHook = "exec python3 ${./nixos-up.py}";
}

# nix-shell -p python3 python3Packages.psutil python3Packages.requests

# python3 nixos-up.py

0 comments on commit 673ddf6

Please sign in to comment.