Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed May 8, 2024
1 parent 258263e commit da2fcaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
};

# Runtime package
packages.app = poetry2nix.mkPoetryApplication {
projectDir = ./.;
};
# packages.app = poetry2nix.mkPoetryApplication {
# projectDir = ./.;
# };

# The default package when a specific package name isn't specified.
defaultPackage = packages.app;
#defaultPackage = packages.app;
}
);
}

0 comments on commit da2fcaf

Please sign in to comment.