update & stuff

This commit is contained in:
Tao Tien 2024-02-14 23:35:51 -08:00
parent 61252a916e
commit d91a63e1ef
4 changed files with 20 additions and 17 deletions

View file

@ -3,7 +3,7 @@
# pijul # pijul
# vulkan-loader # vulkan-loader
etcher etcher
freecad # freecad
hyperfine hyperfine
jq jq
jujutsu jujutsu

24
flake.lock generated
View file

@ -49,11 +49,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1707756582, "lastModified": 1707929755,
"narHash": "sha256-jBiIBug877dr9RwMPRVR2Li02mWXV5DJIRcZIh/wxjQ=", "narHash": "sha256-mqqYc76wzC80hVRtdsnONVtszEI4l42WvK6WurUisoY=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "fd7b722dfb15b1e2211e1bcce5b2631113d1741e", "rev": "59369d99e2ed891206bd63c9b83b034da474920a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -69,11 +69,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1707683400, "lastModified": 1707919853,
"narHash": "sha256-Zc+J3UO1Xpx+NL8UB6woPHyttEy9cXXtm+0uWwzuYDc=", "narHash": "sha256-qxmBGDzutuJ/tsX4gp+Mr7fjxOZBbeT9ixhS5o4iFOw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "21b078306a2ab68748abf72650db313d646cf2ca", "rev": "043ba285c6dc20f36441d48525402bcb9743c498",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -84,11 +84,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1707211557, "lastModified": 1707842204,
"narHash": "sha256-LTKTzZ6fM5j8XWXf51IMBzDaOaJg9kYWLUZxoIhzRN8=", "narHash": "sha256-M+HAq1qWQBi/gywaMZwX0odU+Qb/XeqVeANGKRBDOwU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "6e5cc385fc8cf5ca6495d70243074ccdea9f64c7", "rev": "f1b2f71c86a5b1941d20608db0b1e88a07d31303",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -148,11 +148,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1707546158, "lastModified": 1707863367,
"narHash": "sha256-nYYJTpzfPMDxI8mzhQsYjIUX+grorqjKEU9Np6Xwy/0=", "narHash": "sha256-LdBbCSSP7VHaHA4KXcPGKqkvsowT2+7W4jlEHJj6rPg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d934204a0f8d9198e1e4515dd6fec76a139c87f0", "rev": "35ff7e87ee05199a8003f438ec11a174bcbd98ea",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,7 +20,7 @@
appimage-run appimage-run
aspell aspell
aspellDicts.en aspellDicts.en
birdtray # birdtray
bottles bottles
calibre calibre
darktable darktable
@ -33,10 +33,10 @@
libsForQt5.kcharselect libsForQt5.kcharselect
libsForQt5.kdeconnect-kde libsForQt5.kdeconnect-kde
libsForQt5.plasma-vault libsForQt5.plasma-vault
mendeley # mendeley
nushell nushell
obs-studio obs-studio
ocs-url # ocs-url
onefetch onefetch
onlyoffice-bin onlyoffice-bin
pandoc pandoc

View file

@ -68,15 +68,18 @@
[provile.dev] [provile.dev]
debug = 0 debug = 0
strip = "debuginfo" strip = "debuginfo"
lto = "off"
codegen-backend = "cranelift" codegen-backend = "cranelift"
[profile.release] [profile.release]
incremental = true incremental = true
codegen-units = 1
lto = "fat"
[target.x86-unknown-linux-musl] [target.x86-unknown-linux-musl]
# linker = "musl-gcc" # linker = "musl-gcc"
# linker = "clang" # linker = "clang"
rustflag = ["-C", "link-arg=ld-path=${pkgs.mold}/bin/mold"] rustflag = ["-C", "target-cpu=native", "link-arg=ld-path=${pkgs.mold}/bin/mold"]
''; '';
home.username = "tao"; home.username = "tao";