about summary refs log tree commit diff
path: root/users/fcuny/devel/python.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/devel/python.nix')
-rw-r--r--users/fcuny/devel/python.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/fcuny/devel/python.nix b/users/fcuny/devel/python.nix
deleted file mode 100644
index 4a3e53c..0000000
--- a/users/fcuny/devel/python.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs, ... }:
-
-{
-  home.packages = with pkgs; [
-    python310
-  ];
-}