users/dev_tools: remove unwrapped d2 tool
This commit is contained in:
parent
816bbe0e3a
commit
d4b4c07305
2 changed files with 9 additions and 10 deletions
18
flake.lock
18
flake.lock
|
@ -194,11 +194,11 @@
|
||||||
},
|
},
|
||||||
"hardware": {
|
"hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1679944521,
|
"lastModified": 1680070330,
|
||||||
"narHash": "sha256-SipdMlnCv/pDvo/j7ctEGqKvQSmn2gcoHSJgIVysXbk=",
|
"narHash": "sha256-aoT2YZCd9LEtiEULFLIF0ykKydgE72X8gw/k9/pRS5I=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "82ecc5b88ffed8c0317c064dfd8f82f4b9882100",
|
"rev": "a6aa8174fa61e55bd7e62d35464d3092aefe0421",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -216,11 +216,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680000368,
|
"lastModified": 1680114304,
|
||||||
"narHash": "sha256-TlgC4IJ7aotynUdkGRtaAVxquaiddO38Ws89nB7VGY8=",
|
"narHash": "sha256-XymtLu8G2nzenjDUWI7XV2MMHztvPkEZUFpwmZFcxVM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "765e4007b6f9f111469a25d1df6540e8e0ca73a6",
|
"rev": "0e065e1b6f0776ebbacea9dcbc977af7bc9eddc0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -522,11 +522,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_unstable": {
|
"nixpkgs_unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680035241,
|
"lastModified": 1680110233,
|
||||||
"narHash": "sha256-Mu14FSi5+i+7kiS9/BS/r3r76EDhJZ3xreoLoF7n0u0=",
|
"narHash": "sha256-x8ob7Xk2mcGl6U+tVIIUYtXmiGVA304YXMJIzX+wVbA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "7a25cbdf711c9886c315b3c1ce61c2f438a4fd91",
|
"rev": "f8efa87fb581c6a63eca14a552988bbb097af4ed",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -36,7 +36,6 @@ in
|
||||||
bat # a cat clone with syntax highlighting and git integration
|
bat # a cat clone with syntax highlighting and git integration
|
||||||
ripgrep # a fuzzy finder
|
ripgrep # a fuzzy finder
|
||||||
vnetod # a tool to change env sections
|
vnetod # a tool to change env sections
|
||||||
d2 # text to diagram
|
|
||||||
wd2 # my wrapper for d2
|
wd2 # my wrapper for d2
|
||||||
gnumake
|
gnumake
|
||||||
libnotify # tool to send notifications via cli
|
libnotify # tool to send notifications via cli
|
||||||
|
|
Loading…
Reference in a new issue