From da2ca7f42e928f17213f3823c1d9a1b8ce9bb364 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 16 Feb 2025 21:07:37 +0100 Subject: [PATCH] flake: update, fix nix-darwin input, add tmux --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- home/base.nix | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 651508e..fa02be9 100644 --- a/flake.lock +++ b/flake.lock @@ -136,16 +136,16 @@ ] }, "locked": { - "lastModified": 1735478292, - "narHash": "sha256-Ys9pSP9ch0SthhpbjnkCSJ9ZLfaNKnt/dcy7swjmS1A=", + "lastModified": 1739553546, + "narHash": "sha256-L4ou3xfOr17EAe836djRoQ7auVkYOREMtiQa82wVGqU=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "71a3a075e3229a7518d76636bb762aef2bcb73ac", + "rev": "353846417f985e74fdc060555f17939e4472ea2c", "type": "github" }, "original": { "owner": "lnl7", - "ref": "master", + "ref": "nix-darwin-24.11", "repo": "nix-darwin", "type": "github" } @@ -211,11 +211,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1738546358, - "narHash": "sha256-nLivjIygCiqLp5QcL7l56Tca/elVqM9FG1hGd9ZSsrg=", + "lastModified": 1739446958, + "narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c6e957d81b96751a3d5967a0fd73694f303cc914", + "rev": "2ff53fe64443980e139eaa286017f53f88336dd0", "type": "github" }, "original": { @@ -243,11 +243,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1738435198, - "narHash": "sha256-5+Hmo4nbqw8FrW85FlNm4IIrRnZ7bn0cmXlScNsNRLo=", + "lastModified": 1739484910, + "narHash": "sha256-wjWLzdM7PIq4ZAe7k3vyjtgVJn6b0UeodtRFlM/6W5U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f6687779bf4c396250831aa5a32cbfeb85bb07a3", + "rev": "0b73e36b1962620a8ac551a37229dd8662dac5c8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3776be2..4dfffe1 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-2211.url = "https://github.com/NixOS/nixpkgs/archive/34bfa9403e42eece93d1a3740e9d8a02fceafbca.tar.gz"; # old nixpgks for e.g. remmina - nix-darwin.url = "github:lnl7/nix-darwin/master"; + nix-darwin.url = "github:lnl7/nix-darwin/nix-darwin-24.11"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; home-manager.url = "github:nix-community/home-manager/release-24.11"; diff --git a/home/base.nix b/home/base.nix index dacff3d..caf026d 100644 --- a/home/base.nix +++ b/home/base.nix @@ -14,6 +14,7 @@ pwgen sshfs sshuttle + tmux ]; sessionVariables = {