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 = [
|
||||
# OS
|
||||
../../nixos/profiles/laptop
|
||||
|
@ -41,7 +41,7 @@
|
|||
hyperfine
|
||||
mousai
|
||||
]
|
||||
++ (with inputs.self.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
++ (with inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.scripts; [
|
||||
lofi
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue