From 62c771d94796b73623353d4127da7a90fcd46896 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 28 Jun 2024 23:20:37 +0200 Subject: [PATCH] Need to add that package --- nixos/hosts/shodan/configuration.nix | 2 +- pkgs/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index b35973b..8acd75b 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -49,7 +49,7 @@ environment.systemPackages = with pkgs; [ # Custom tools - # auto-mount + auto-mount #System: btrfs-progs diff --git a/pkgs/default.nix b/pkgs/default.nix index 51823f9..464322b 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -12,6 +12,6 @@ pkgs: { upgrade = pkgs.callPackage ./upgrade {}; restart = pkgs.callPackage ./restart {}; phanpy = pkgs.callPackage ./phanpy {}; - # auto-mount = pkgs.callPackage ./auto-mount {}; + auto-mount = pkgs.callPackage ./auto-mount {}; simple-completion-language-server = pkgs.callPackage ./simple-completion-language-server {}; }