cachix and updates

This commit is contained in:
Anthony Cicchetti 2024-04-02 18:55:48 -04:00
parent d2beb208ed
commit e0571f6584
2 changed files with 18 additions and 15 deletions

View file

@ -44,11 +44,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1711625603, "lastModified": 1712016346,
"narHash": "sha256-W+9dfqA9bqUIBV5u7jaIARAzMe3kTq/Hp2SpSVXKRQw=", "narHash": "sha256-O2nO7pD+krq+4HgkLB4VThRtAucIPfXDs/jJqCGlK1w=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "c0ef0dab55611c676ad7539bf4e41b3ec6fa87d2", "rev": "4be0464472675212654dedf3e021bd5f1d58b92f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -102,11 +102,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1711249705, "lastModified": 1711854532,
"narHash": "sha256-h/NQECj6mIzF4XR6AQoSpkCnwqAM+ol4+qOdYi2ykmQ=", "narHash": "sha256-JPStavwlT7TfxxiXHk6Q7sbNxtnXAIjXQJMLO0KB6M0=",
"owner": "Mic92", "owner": "Mic92",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "34519f3bb678a5abbddf7b200ac5347263ee781b", "rev": "2844b5f3ad3b478468151bd101370b9d8ef8a3a7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -131,11 +131,11 @@
"nmt": "nmt" "nmt": "nmt"
}, },
"locked": { "locked": {
"lastModified": 1711637103, "lastModified": 1711907296,
"narHash": "sha256-pfy8mD/yWsmduKExrslj2m3xHmYarHo/1ihm/MYyNO4=", "narHash": "sha256-7s3+FRpzg1CRo415gcMVmJfTe8poPsS7D3OhyAAmWpo=",
"owner": "nixneovim", "owner": "nixneovim",
"repo": "nixneovim", "repo": "nixneovim",
"rev": "a6a23d00af785ebaf79b3b161eb86aae325d4e82", "rev": "0c0853ebbf35d4e4618a3293f31638d1af55e564",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -157,11 +157,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1711289814, "lastModified": 1711905198,
"narHash": "sha256-uyogH2yz6uVIX+WF6SrNOnLVHskXwP+gWaoiHhdDJ7o=", "narHash": "sha256-oDKjBQs6vz9JBVct8wJ7c+3IyXaZbMYX8pxc5KSitd0=",
"owner": "nixneovim", "owner": "nixneovim",
"repo": "nixneovimplugins", "repo": "nixneovimplugins",
"rev": "6e4db0fa2fb3a08eff2b1d11879a2356f858bc98", "rev": "9f98b3dca9bbf373f563b7eb9fcc9ed107b4df00",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -187,11 +187,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1711810723, "lastModified": 1712063994,
"narHash": "sha256-khrJdqjoqUkvfL3psifNbHzkUo5HXb2CxcstmVQNhsQ=", "narHash": "sha256-nRbVpxiDbh8gnUUjJgPUNV77FL7sR+dCa64iIQJgj+M=",
"owner": "nixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3d8b76d951bff5baeb8000f4e7be842270000fe4", "rev": "710ac680314f1d7724629bba6b735ccacc0b581c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,6 +7,9 @@ fi
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update nix-channel --update
nix profile install --accept-flake-config nixpkgs#cachix
cachix use
nix-shell '<home-manager>' -A install nix-shell '<home-manager>' -A install
nix flake update nix flake update