Skip to content

Commit

Permalink
nix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
eddien24 committed Jan 31, 2025
1 parent a289e16 commit 065d700
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ book-html
.netlify
*.log

.DS_Store
.DS_Store

# For Nix shell things
profile*
60 changes: 60 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
description = "Flake for the Brown Band website";
inputs.utils.url = "github:numtide/flake-utils";
inputs = {
nixpkgs.url = "nixpkgs/nixos-24.11";
utils.url = "github:numtide/flake-utils";
};

outputs = {
self,
Expand All @@ -13,7 +16,7 @@
in {
devShells.default = pkgs.mkShell rec {
buildInputs = with pkgs; [
nodejs_19
nodejs_20
pnpm_10
];

Expand Down

0 comments on commit 065d700

Please sign in to comment.