Skip to content

Commit

Permalink
Remove 'nix run'
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 4, 2022
1 parent 3801d89 commit bc84c67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix develop -c rustc --version
- run: nix run . -- ping
- run: nix-build
- run: $(nix-build --no-out-link)/bin/rust-nix-template
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@
# `nix build`
defaultPackage = packages.${name};

# `nix run`
apps.${name} = utils.lib.mkApp {
inherit name;
drv = packages.${name};
};
defaultApp = apps.${name};

# `nix develop`
devShell = pkgs.mkShell
{
Expand Down

0 comments on commit bc84c67

Please sign in to comment.