From 53096419f7cee29d4f29ef1c21db1addd9b7e2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Mon, 4 Mar 2024 10:21:50 +0100 Subject: [PATCH] upd. --- configuration.nix | 21 ++++++++++++++------- flake.lock | 12 ++++++------ home-manager/home.nix | 5 ----- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/configuration.nix b/configuration.nix index 65a436d..accfeab 100644 --- a/configuration.nix +++ b/configuration.nix @@ -118,13 +118,20 @@ environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget - vim - git - git-lfs - python310Packages.pip - python311Packages.pip - file - nodejs + vim + git + git-lfs + python310Packages.pip + python311Packages.pip + python312 + python312Packages.pip + file + nodejs + + rustc + cargo + gcc + rust-jemalloc-sys-unprefixed ]; # Some programs need SUID wrappers, can be configured further or are diff --git a/flake.lock b/flake.lock index ebe0edc..586528d 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1708988456, - "narHash": "sha256-RCz7Xe64tN2zgWk+MVHkzg224znwqknJ1RnB7rVqUWw=", + "lastModified": 1709485962, + "narHash": "sha256-rmFB4uE10+LJbcVE4ePgiuHOBlUIjQOeZt4VQVJTU8M=", "owner": "nix-community", "repo": "home-manager", - "rev": "1d085ea4444d26aa52297758b333b449b2aa6fca", + "rev": "d579633ff9915a8f4058d5c439281097e92380a8", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709150264, - "narHash": "sha256-HofykKuisObPUfj0E9CJVfaMhawXkYx3G8UIFR/XQ38=", + "lastModified": 1709237383, + "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9099616b93301d5cf84274b184a3a5ec69e94e08", + "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", "type": "github" }, "original": { diff --git a/home-manager/home.nix b/home-manager/home.nix index fc0a493..766049b 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -37,11 +37,6 @@ tidal-hifi hatch - - rustc - cargo - gcc - rust-jemalloc-sys ]; imports = [