Skip to content

Commit

Permalink
Add lib as input
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 14, 2024
1 parent 39fcc51 commit 25c88aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# and in the NixOS manual (accessible by running ‘nixos-help’).


{ config, pkgs, pkgs-stable, systemSettings, userSettings, ... }:
{ config, lib, pkgs, pkgs-stable, systemSettings, userSettings, ... }:

{
imports =
Expand Down Expand Up @@ -51,7 +51,7 @@

nix.settings.experimental-features = [ "nix-command" "flakes" ]; # enable nix command and flakes
nix.settings.auto-optimise-store = true; # enable deleting duplicate content in store

# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run:
Expand Down

0 comments on commit 25c88aa

Please sign in to comment.