Skip to content

Commit

Permalink
feat: add worm game using nix flake input
Browse files Browse the repository at this point in the history
putting this in here as a simple example to reference for future flake inputs
  • Loading branch information
icecreammatt committed Feb 3, 2024
1 parent ebc6d90 commit 77868aa
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 15 deletions.
81 changes: 66 additions & 15 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@

attic = {
url = "github:zhaofengli/attic";
};

worm = {
url = "github:icecreammatt/ssu-cs315-worm";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
1 change: 1 addition & 0 deletions hosts/asahi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ in {
pkgs.wl-clipboard # Command-line copy/paste utilities for Wayland
pkgs.waypipe
yazi
inputs.worm.packages."aarch64-linux".default
pkgs.zk
];
stateVersion = "23.05";
Expand Down

0 comments on commit 77868aa

Please sign in to comment.