Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Aug 4, 2023
1 parent 646693a commit b250ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/nixos_system.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{ config, lib, pkgs, ... }:
{ inputs, config, lib, pkgs, ... }:

with pkgs.stdenv;
with lib; {
imports = [

inputs.agenix.nixosModules.age
inputs.home-manager.nixosModules.home-manager
];
Expand Down

0 comments on commit b250ede

Please sign in to comment.