fixup! flake: update lock file

This commit is contained in:
Guanran Wang 2024-04-23 18:35:58 +08:00
parent 0c8cbfde27
commit 68f3d1e340
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -1,4 +1,4 @@
{pkgs, ...}: { {pkgs, inputs, ...}: {
imports = [ imports = [
# OS # OS
../../nixos/profiles/laptop ../../nixos/profiles/laptop
@ -41,7 +41,7 @@
hyperfine hyperfine
mousai mousai
] ]
++ (with inputs.self.packages.${pkgs.stdenv.hostPlatform.system}; [ ++ (with inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.scripts; [
lofi lofi
]); ]);