mirror of
https://github.com/srid/nixos-config.git
synced 2026-04-10 05:07:28 +08:00
oc/web: some pkgs
This commit is contained in:
parent
ccef1af5ad
commit
b089f5e663
1 changed files with 6 additions and 1 deletions
|
|
@ -1,12 +1,17 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, flake, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
pathPackages = [
|
||||
pkgs.git
|
||||
pkgs.gh
|
||||
pkgs.nix
|
||||
inputs.vira.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
pkgs.coreutils
|
||||
pkgs.gnugrep
|
||||
pkgs.gnused
|
||||
pkgs.findutils
|
||||
pkgs.which
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue