diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-08 17:00:26 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 17:00:26 -0700 |
| commit | ddefeb813b84e5d0f76c974fd9b8df9ebc9636a4 (patch) | |
| tree | 6abdf1486e6c15bdbc854f42402f23a866d19403 /users/fcuny/devel/python.nix | |
| parent | remove old 'trusted' modules (diff) | |
| download | infra-ddefeb813b84e5d0f76c974fd9b8df9ebc9636a4.tar.gz | |
delete all devel modules
They are all under home/ now
Diffstat (limited to 'users/fcuny/devel/python.nix')
| -rw-r--r-- | users/fcuny/devel/python.nix | 7 |
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 - ]; -} |
