Skip to content

Commit

Permalink
notice-me-senpai: add pkgs input
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed May 21, 2024
1 parent aab2bcc commit 30e606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/notice-me-senpai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).

{ config, lib, ... }:
{ pkgs, config, lib, ... }:
let
mac_addr = "00:de:5b:f9:e2:3e";
in
Expand Down

0 comments on commit 30e606d

Please sign in to comment.