Skip to content

Commit

Permalink
Merge pull request #10 from peterbecich/fix-flake
Browse files Browse the repository at this point in the history
fix develop shell
  • Loading branch information
peterbecich authored Jun 20, 2024
2 parents 8ec3f53 + bd20513 commit 243f33b
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 100 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: "Check `nix develop` shell"
run: nix develop --check
- name: "Check `nix develop` shell can run command"
run: nix develop --command "echo"
- run: nix build
- run: nix flake check
157 changes: 66 additions & 91 deletions flake.lock

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

13 changes: 4 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@
"github:eskimor/purescript-bridge/d43987ea406dbeb4f4013ecb857686a1b19451f0";
purescript-bridge.flake = false;


argonaut-aeson-generic-repo.url = "github:coot/purescript-argonaut-aeson-generic/4cee717e3e0003b76e699550f5fc35976901078c";
argonaut-aeson-generic-repo.flake = false;

foreign-generic-repo.url = "github:peterbecich/purescript-foreign-generic/844f2ababa2c7a0482bf871e1e6bf970b7e51313";
foreign-generic-repo.flake = false;

feedback.url = "github:NorfairKing/feedback";

# /4cee717e3e0003b76e699550f5fc35976901078c
# argonaut-aeson-generic-in.src.flake.url = "github:coot/purescript-argonaut-aeson-generic";
};

outputs = inputs@{ self
Expand All @@ -36,8 +32,6 @@
, purs-nix
, ps-tools
, purescript-bridge
, argonaut-aeson-generic-repo
, foreign-generic-repo
, feedback
}:
flake-parts.lib.mkFlake { inherit inputs; } {
Expand Down Expand Up @@ -73,6 +67,7 @@
];
};

# src.flake.url = "github:coot/purescript-argonaut-aeson-generic/4cee717e3e0003b76e699550f5fc35976901078c";
src.git = {
repo = "https://github.com/coot/purescript-argonaut-aeson-generic.git";
rev = "4cee717e3e0003b76e699550f5fc35976901078c";
Expand Down

0 comments on commit 243f33b

Please sign in to comment.