flake: add overlays and minimal devShell
inspired by 1cbeaa156b/profiles/base/default.nix
This commit is contained in:
parent
bcf415bcec
commit
5cb55e9805
3 changed files with 22 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
{ pkgs, config, ... }:
|
||||
{ lib, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
# take overlays from flake
|
||||
nixpkgs.overlays = lib.attrValues config.inputInjection.flake-inputs.self.overlays;
|
||||
# List packages installed in system profile.
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue