🚀 add basic python environment
This commit is contained in:
parent
5899f9d948
commit
3ff3229849
3 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ inputs }:
|
||||
|
||||
final: prev: {
|
||||
python-dev = import ./python.nix final prev;
|
||||
stable = import inputs.stable {
|
||||
inherit (prev) system;
|
||||
config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue