fixup! flake: update lock file
This commit is contained in:
parent
0c8cbfde27
commit
68f3d1e340
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue