Skip to content

Commit

Permalink
docs: Update flake documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtz-j committed Aug 5, 2024
1 parent efd3cfd commit 0dae630
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Masterblaser Flake";
description = "Masterblaster Flake";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
Expand Down Expand Up @@ -39,8 +39,7 @@
TEAM_NAME = "";
};

# A hook run every time you enter the environment
# Can load variables from `.env` file
# A hook run every time you enter the environment, can load variables from `.env` file
shellHook = ''
set -a; source .env; set +a
'';
Expand Down

0 comments on commit 0dae630

Please sign in to comment.