Skip to content

Commit

Permalink
pkgs.nixos.system-repl: Disable in home-manager [BROKEN] [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Feb 29, 2024
1 parent ecf0b24 commit 132b04c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions profiles/hm/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
nixosConfig,
osConfig,
config,
lib,
pkgs,
...
{ inputs
, nixosConfig
, osConfig
, config
, lib
, pkgs
, ...
}: {
imports = [
./modules
Expand Down Expand Up @@ -58,6 +58,9 @@

pkgs.ntfs3g
#pkgs.rustup

# TODO: Fix
#inputs.self.packages.${pkgs.system}.system-repl
];
};

Expand Down

0 comments on commit 132b04c

Please sign in to comment.