Skip to content

Commit

Permalink
Updated flake lock; moved nix files into the repository root (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaojacome authored Jul 17, 2023
1 parent 22c6588 commit 6788ba2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions nix/flake.lock → flake.lock

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

4 changes: 2 additions & 2 deletions nix/flake.nix → flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
let
package = pkgs.python3Packages.buildPythonPackage {
pname = "bitwarden-ssh-agent";
version = "0.1.0";
src = ./.. ;
version = "0.1.1";
src = ./. ;
propagatedBuildInputs = [ pkgs.python3Packages.setuptools pkgs.bitwarden-cli ];
format = "other";
installPhase = ''
Expand Down

0 comments on commit 6788ba2

Please sign in to comment.