format nix
This commit is contained in:
parent
cd91077c86
commit
55553b0b0f
13 changed files with 175 additions and 168 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
|
||||
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(pkgs.python312.withPackages (ppkgs: [
|
||||
python312Packages.pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue