mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
6a050b4302
commit
5fb3f38f62
23
flake.lock
23
flake.lock
@ -169,27 +169,26 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1701952831,
|
||||
"narHash": "sha256-ejFUrWWM+uCruaAus7sfOuuI3llOkrcNYaXUse3b020=",
|
||||
"owner": "considerate",
|
||||
"lastModified": 1702423270,
|
||||
"narHash": "sha256-3ZA5E+b2XBP+c9qGhWpRApzPq/PZtIPgkeEDpTBV4g8=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "613dbb35dbc142fd5cadca847f8677e64a502bfa",
|
||||
"rev": "d9297efd3a1c3ebb9027dc68f9da0ac002ae94db",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "considerate",
|
||||
"ref": "docs",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1701718080,
|
||||
"narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=",
|
||||
"lastModified": 1702312524,
|
||||
"narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335",
|
||||
"rev": "a9bf124c46ef298113270b1f84a164865987a91c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -247,11 +246,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1701532764,
|
||||
"narHash": "sha256-Jrizp/nITbul2HBIraQRDw5lyJnzTsj0K9wZUFYX2gg=",
|
||||
"lastModified": 1702242258,
|
||||
"narHash": "sha256-DSiwYD1DZY+YJALahnCVKacWk2AGy+s1pd3Z07tEF/U=",
|
||||
"owner": "danth",
|
||||
"repo": "stylix",
|
||||
"rev": "17a452c5d58bb90057d49c7e3e613b5e6dc1c0f4",
|
||||
"rev": "b5ad31b710294038f9ed70efdf787db6a82d7327",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -74,7 +74,7 @@ in
|
||||
texlab
|
||||
typst
|
||||
typstfmt
|
||||
typst-lsp
|
||||
# typst-lsp
|
||||
typst-live
|
||||
|
||||
# ctags
|
||||
|
@ -123,5 +123,9 @@
|
||||
"osu-lazer-bin-2023.1130.0"
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
environment.defaultPackages = [ ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user