Skip to content

Commit

Permalink
Update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze256 committed Dec 29, 2024
1 parent 5a7beff commit 0c56f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
book/
result
.direnv/
.direnv/
.node_modules/
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
flake-utils.url = "github:numtide/flake-utils";
};

outputs =
{ self,
nixpkgs,
flake-utils,
}:
outputs = { self, nixpkgs, flake-utils, }:
flake-utils.lib.eachDefaultSystem (
system:
let
Expand Down

0 comments on commit 0c56f2b

Please sign in to comment.