Skip to content

Commit

Permalink
flake: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 10, 2024
1 parent f983608 commit 74b3a19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
python3 = python311;
username = "dooit-org";
repo = "dooit";
# ver = "3.0.0";
ver = "main"; # TODO: Change to version
ver = "3.0.0";
in
python3.pkgs.buildPythonApplication rec {
pname = repo;
Expand All @@ -22,7 +21,7 @@ in
owner = username;
repo = pname;
rev = ver;
hash = "sha256-UvCuAlOzmkaYwlc5BpehWkhMVd2tGeBSpWT9YkIEXsk=";
hash = "sha256-zTT/R/WiX3kv6NfYG0KwjkkaSrhtgdNWiL5LM5iFPgA=";
};

build-system = with python3.pkgs; [poetry-core];
Expand Down

0 comments on commit 74b3a19

Please sign in to comment.