🐛 fix taskwarrior flake package installation mistake

This commit is contained in:
Ingolf Wagner 2025-02-18 20:03:37 +13:00
parent 99d8b79580
commit a83bbcb9bd
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 21 additions and 6 deletions

26
flake.lock generated
View file

@ -1045,6 +1045,22 @@
"type": "github"
}
},
"nixpkgs_8": {
"locked": {
"lastModified": 1727122398,
"narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"permown": {
"inputs": {
"nixpkgs": [
@ -1365,18 +1381,16 @@
"taskwarrior": {
"inputs": {
"flake-parts": "flake-parts_7",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs": "nixpkgs_8",
"taskshell": "taskshell",
"treefmt-nix": "treefmt-nix_6"
},
"locked": {
"lastModified": 1727417586,
"narHash": "sha256-z3ahlvbUWENgrvatJYd7FtPL0OoV4E+zNZiBzRx9S1E=",
"lastModified": 1739862146,
"narHash": "sha256-otEGbR3b7iBTzjIVZ7kMp37h/EkPXiMYZ7+XPbQKIsY=",
"owner": "mrvandalo",
"repo": "taskwarrior-flake",
"rev": "9433b3b1c4afb18c554d067fadf37d979b129b09",
"rev": "ebf7f6d27b9f39fabc328a82504835cf847d8250",
"type": "github"
},
"original": {

View file

@ -23,6 +23,7 @@ in
home.packages = [
pkgs.timewarrior
pkgs.bugwarrior
taskwarrior
pkgs.tasksh