Skip to content

Commit

Permalink
Use customized template
Browse files Browse the repository at this point in the history
  • Loading branch information
robbins committed Aug 26, 2024
1 parent 20fe428 commit e40915a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
#apollo-zola = { url = "github:robbins/apollo-custom"; flake = false; };
apollo-zola = { url = "git+file:///home/nate/src/github.com/robbins/apollo-custom"; flake = false; };
apollo-zola = { url = "github:robbins/apollo-custom"; flake = false; };
#apollo-zola = { url = "git+file:///home/nate/src/github.com/robbins/apollo-custom"; flake = false; };
};

outputs = { self, nixpkgs, apollo-zola}:
Expand Down

0 comments on commit e40915a

Please sign in to comment.