users/dev_tools: uncomment fawltydeps tool
This commit is contained in:
parent
0e62cc421c
commit
816bbe0e3a
2 changed files with 13 additions and 14 deletions
24
flake.lock
24
flake.lock
|
@ -194,11 +194,11 @@
|
|||
},
|
||||
"hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1679765008,
|
||||
"narHash": "sha256-VCkg/wC2e882suYDS5PDAemaMLYSOdFm4fsx2gowMR0=",
|
||||
"lastModified": 1679944521,
|
||||
"narHash": "sha256-SipdMlnCv/pDvo/j7ctEGqKvQSmn2gcoHSJgIVysXbk=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "f38f9a4c9b2b6f89a5778465e0afd166a8300680",
|
||||
"rev": "82ecc5b88ffed8c0317c064dfd8f82f4b9882100",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -216,11 +216,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1679786039,
|
||||
"narHash": "sha256-VNjswu0Q4bZOkWNuc0+dHvRdjUCj+MnDlRfw/Q0R3vI=",
|
||||
"lastModified": 1680000368,
|
||||
"narHash": "sha256-TlgC4IJ7aotynUdkGRtaAVxquaiddO38Ws89nB7VGY8=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "cf662b6c98a0da81e06066fff0ecf9cbd4627727",
|
||||
"rev": "765e4007b6f9f111469a25d1df6540e8e0ca73a6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -492,11 +492,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1679797994,
|
||||
"narHash": "sha256-Kr/O/UlfqAtoFmkZeAaphsxogeaN8a/IugBApFzPfpk=",
|
||||
"lastModified": 1679944645,
|
||||
"narHash": "sha256-e5Qyoe11UZjVfgRfwNoSU57ZeKuEmjYb77B9IVW7L/M=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5f9d1bb572e08ec432ae46c78581919d837a90f6",
|
||||
"rev": "4bb072f0a8b267613c127684e099a70e1f6ff106",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -522,11 +522,11 @@
|
|||
},
|
||||
"nixpkgs_unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1679900446,
|
||||
"narHash": "sha256-RWtJbUqeSLKn8FLSt0b6pLSC4fWrPdv4WHTDOaO/0hU=",
|
||||
"lastModified": 1680035241,
|
||||
"narHash": "sha256-Mu14FSi5+i+7kiS9/BS/r3r76EDhJZ3xreoLoF7n0u0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "56206539ba1de71fb0be7e4f23551e05fdeb29de",
|
||||
"rev": "7a25cbdf711c9886c315b3c1ce61c2f438a4fd91",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -40,8 +40,7 @@ in
|
|||
wd2 # my wrapper for d2
|
||||
gnumake
|
||||
libnotify # tool to send notifications via cli
|
||||
# TODO: Uncomment when https://github.com/tweag/FawltyDeps/pull/272 is merged
|
||||
# fawltydeps # Python dependency checker
|
||||
fawltydeps # Python dependency checker
|
||||
|
||||
deno
|
||||
nickel
|
||||
|
|
Loading…
Reference in a new issue