Flake: Added python package deal as dependency

This commit is contained in:
Qubasa
2023-11-06 17:35:09 +01:00
parent 766a5a2ae7
commit 9cb46bf1cd
4 changed files with 24 additions and 1 deletions

View File

@@ -6,6 +6,9 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# https://github.com/NixOS/nixpkgs/pull/265872
luispkgs.url = "github:Luis-Hebendanz/nixpkgs/fix_python_deal";
floco.url = "github:aakropotkin/floco";
floco.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";