chore: Update flake inputs

Kernel version is now 6.1.67 to avoid the ext4 data corruption bug.

Additionally, typst-lsp had to be removed since it fails to build. No
solution has been posted in the GitHub issue yet.
This commit is contained in:
Donovan Glover 2023-12-13 05:37:27 -05:00
parent 6a050b4302
commit 5fb3f38f62
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 16 additions and 13 deletions

View File

@ -169,27 +169,26 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701952831, "lastModified": 1702423270,
"narHash": "sha256-ejFUrWWM+uCruaAus7sfOuuI3llOkrcNYaXUse3b020=", "narHash": "sha256-3ZA5E+b2XBP+c9qGhWpRApzPq/PZtIPgkeEDpTBV4g8=",
"owner": "considerate", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "613dbb35dbc142fd5cadca847f8677e64a502bfa", "rev": "d9297efd3a1c3ebb9027dc68f9da0ac002ae94db",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "considerate", "owner": "nix-community",
"ref": "docs",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701718080, "lastModified": 1702312524,
"narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=", "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335", "rev": "a9bf124c46ef298113270b1f84a164865987a91c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -247,11 +246,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701532764, "lastModified": 1702242258,
"narHash": "sha256-Jrizp/nITbul2HBIraQRDw5lyJnzTsj0K9wZUFYX2gg=", "narHash": "sha256-DSiwYD1DZY+YJALahnCVKacWk2AGy+s1pd3Z07tEF/U=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "17a452c5d58bb90057d49c7e3e613b5e6dc1c0f4", "rev": "b5ad31b710294038f9ed70efdf787db6a82d7327",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -74,7 +74,7 @@ in
texlab texlab
typst typst
typstfmt typstfmt
typst-lsp # typst-lsp
typst-live typst-live
# ctags # ctags

View File

@ -123,5 +123,9 @@
"osu-lazer-bin-2023.1130.0" "osu-lazer-bin-2023.1130.0"
]; ];
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
environment.defaultPackages = [ ]; environment.defaultPackages = [ ];
} }