feature(devenv): add minimal devenv for nixos
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Skript verwendet nur stdlib, daher nur Python Interpreter
|
||||||
|
languages.python.enable = true;
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
inputs:
|
||||||
|
nixpkgs:
|
||||||
|
url: github:NixOS/nixpkgs/nixpkgs-unstable
|
||||||
Reference in New Issue
Block a user