mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:04:54 +07:00
chore(tools): upgrade package versions
This commit is contained in:
parent
fa6322d4f5
commit
2bbabe1bf2
@ -1,5 +1,5 @@
|
||||
# https://status.nixos.org (nixpkgs-unstable)
|
||||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e58a7747db96c23b8a977e7c1bbfc5753b81b6fa.tar.gz") {} }:
|
||||
# https://status.nixos.org (nixos-22.11)
|
||||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/6c591e7adc51.tar.gz") {} }:
|
||||
|
||||
let
|
||||
python-packages = pkgs.python3.withPackages (p: with p; [
|
||||
|
Loading…
Reference in New Issue
Block a user