🚀 add basic python environment

This commit is contained in:
Moritz Böhme 2022-02-20 22:56:53 +01:00
parent 5899f9d948
commit 3ff3229849
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5
3 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ inputs }:
final: prev: {
python-dev = import ./python.nix final prev;
stable = import inputs.stable {
inherit (prev) system;
config.allowUnfree = true;