diff options
author | Joris | 2021-10-16 20:09:55 +0200 |
---|---|---|
committer | Joris | 2021-10-16 20:09:56 +0200 |
commit | a54b7776320ef5aa02e6ef7378c2a011dc454885 (patch) | |
tree | 0cc69107fc3db626ade1b91e70966f9ecff19678 /default.nix | |
parent | 9d8b61da195bf8de14159f1222a693d62ceebacd (diff) |
Introduce due date
Also:
- Remove duration, difficulty and priority,
- Translate to french.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/default.nix b/default.nix index 4430918..d040783 100644 --- a/default.nix +++ b/default.nix @@ -1,9 +1,9 @@ -with (import (builtins.fetchGit { - name = "nixpkgs-20.03"; - url = "git@github.com:nixos/nixpkgs.git"; - rev = "5272327b81ed355bbed5659b8d303cf2979b6953"; - ref = "refs/tags/20.03"; -}) {}); +with import (builtins.fetchGit { + name = "nixos-21.05-2021-08-02"; + url = "https://github.com/nixos/nixpkgs/"; + ref = "refs/heads/nixos-21.05"; + rev = "d4590d21006387dcb190c516724cb1e41c0f8fdf"; +}) {}; python38Packages.buildPythonApplication rec { pname = "todo"; |