Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jul 10, 2024
1 parent 251ccfa commit 43be5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/minimum.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{ config, lib, pkgs, ... }:
{ pkgs }:
let basicPkgs = import ./packages/basic.nix { inherit pkgs; };
in basicPkgs
2 changes: 1 addition & 1 deletion nix-on-droid/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
let minimum = import ../home-manager/minimum.nix { inherit pkgs; };
in {
environment = {
Expand Down

0 comments on commit 43be5b3

Please sign in to comment.