Skip to content

Commit

Permalink
Use relative paths for testing template
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 14, 2023
1 parent 23360bb commit fd46aa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ concurrency:

jobs:
test:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 4 additions & 2 deletions templates/default/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
inputs = {
asdf2nix-python.url = "github:sestrella/asdf2nix?dir=plugins/python";
asdf2nix.url = "github:sestrella/asdf2nix";
# asdf2nix-python.url = "github:sestrella/asdf2nix?dir=plugins/python";
asdf2nix-python.url = "path:../../plugins/python";
# asdf2nix.url = "github:sestrella/asdf2nix";
asdf2nix.url = "path:../..";
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
};
Expand Down

0 comments on commit fd46aa0

Please sign in to comment.