Skip to content

Commit

Permalink
try with flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Jan 18, 2024
1 parent ebdd568 commit 266a285
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
59 changes: 59 additions & 0 deletions flake.lock

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

12 changes: 12 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
description = "Realliance Modpack";

inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.simpleFlake {
inherit self nixpkgs;
name = "rea-modpack";
shell = ./shell.nix;
};
}

0 comments on commit 266a285

Please sign in to comment.