From e0571f65845970de94b230ab78a3d60691555ef7 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 2 Apr 2024 18:55:48 -0400 Subject: [PATCH] cachix and updates --- nix/home-manager/flake.lock | 30 +++++++++++++++--------------- nix/setup.sh | 3 +++ 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/nix/home-manager/flake.lock b/nix/home-manager/flake.lock index 4b1cb9f..e9de111 100644 --- a/nix/home-manager/flake.lock +++ b/nix/home-manager/flake.lock @@ -44,11 +44,11 @@ ] }, "locked": { - "lastModified": 1711625603, - "narHash": "sha256-W+9dfqA9bqUIBV5u7jaIARAzMe3kTq/Hp2SpSVXKRQw=", + "lastModified": 1712016346, + "narHash": "sha256-O2nO7pD+krq+4HgkLB4VThRtAucIPfXDs/jJqCGlK1w=", "owner": "nix-community", "repo": "home-manager", - "rev": "c0ef0dab55611c676ad7539bf4e41b3ec6fa87d2", + "rev": "4be0464472675212654dedf3e021bd5f1d58b92f", "type": "github" }, "original": { @@ -102,11 +102,11 @@ ] }, "locked": { - "lastModified": 1711249705, - "narHash": "sha256-h/NQECj6mIzF4XR6AQoSpkCnwqAM+ol4+qOdYi2ykmQ=", + "lastModified": 1711854532, + "narHash": "sha256-JPStavwlT7TfxxiXHk6Q7sbNxtnXAIjXQJMLO0KB6M0=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "34519f3bb678a5abbddf7b200ac5347263ee781b", + "rev": "2844b5f3ad3b478468151bd101370b9d8ef8a3a7", "type": "github" }, "original": { @@ -131,11 +131,11 @@ "nmt": "nmt" }, "locked": { - "lastModified": 1711637103, - "narHash": "sha256-pfy8mD/yWsmduKExrslj2m3xHmYarHo/1ihm/MYyNO4=", + "lastModified": 1711907296, + "narHash": "sha256-7s3+FRpzg1CRo415gcMVmJfTe8poPsS7D3OhyAAmWpo=", "owner": "nixneovim", "repo": "nixneovim", - "rev": "a6a23d00af785ebaf79b3b161eb86aae325d4e82", + "rev": "0c0853ebbf35d4e4618a3293f31638d1af55e564", "type": "github" }, "original": { @@ -157,11 +157,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1711289814, - "narHash": "sha256-uyogH2yz6uVIX+WF6SrNOnLVHskXwP+gWaoiHhdDJ7o=", + "lastModified": 1711905198, + "narHash": "sha256-oDKjBQs6vz9JBVct8wJ7c+3IyXaZbMYX8pxc5KSitd0=", "owner": "nixneovim", "repo": "nixneovimplugins", - "rev": "6e4db0fa2fb3a08eff2b1d11879a2356f858bc98", + "rev": "9f98b3dca9bbf373f563b7eb9fcc9ed107b4df00", "type": "github" }, "original": { @@ -187,11 +187,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1711810723, - "narHash": "sha256-khrJdqjoqUkvfL3psifNbHzkUo5HXb2CxcstmVQNhsQ=", + "lastModified": 1712063994, + "narHash": "sha256-nRbVpxiDbh8gnUUjJgPUNV77FL7sR+dCa64iIQJgj+M=", "owner": "nixOS", "repo": "nixpkgs", - "rev": "3d8b76d951bff5baeb8000f4e7be842270000fe4", + "rev": "710ac680314f1d7724629bba6b735ccacc0b581c", "type": "github" }, "original": { diff --git a/nix/setup.sh b/nix/setup.sh index 6962bfb..44f0e01 100755 --- a/nix/setup.sh +++ b/nix/setup.sh @@ -7,6 +7,9 @@ fi nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager nix-channel --update +nix profile install --accept-flake-config nixpkgs#cachix +cachix use + nix-shell '' -A install nix flake update