diff --git a/flake.lock b/flake.lock index 4288765..acdf1e1 100644 --- a/flake.lock +++ b/flake.lock @@ -37,11 +37,11 @@ ] }, "locked": { - "lastModified": 1717525419, - "narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=", + "lastModified": 1719037157, + "narHash": "sha256-aOKd8+mhBsLQChCu1mn/W5ww79ta5cXVE59aJFrifM8=", "owner": "nix-community", "repo": "home-manager", - "rev": "a7117efb3725e6197dd95424136f79147aa35e5b", + "rev": "cd886711998fe5d9ff7979fdd4b4cbd17b1f1511", "type": "github" }, "original": { @@ -72,11 +72,11 @@ ] }, "locked": { - "lastModified": 1716993688, - "narHash": "sha256-vo5k2wQekfeoq/2aleQkBN41dQiQHNTniZeVONWiWLs=", + "lastModified": 1718662658, + "narHash": "sha256-AKG7BsqtVWDlefgzyKz7vjaKTLi4+bmTSBhowbQoZtM=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "c0d5b8c54d6828516c97f6be9f2d00c63a363df4", + "rev": "29b3096a6e283d7e6779187244cb2a3942239fdf", "type": "github" }, "original": { @@ -87,11 +87,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1717602782, - "narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=", + "lastModified": 1718895438, + "narHash": "sha256-k3JqJrkdoYwE3fHE6xGDY676AYmyh4U2Zw+0Bwe5DLU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6", + "rev": "d603719ec6e294f034936c0d0dc06f689d91b6c3", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 890a056..7abaa63 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,19 @@ gpg = true; }; }; + }) + + // + + #################### + # Generic packages # + #################### + # We'll export some of our overlay's packages for CI to build. + allSystems (system: { + packages = { + swiftformat = import ./pkgs/swiftformat.nix; + monaco-powerline = import ./monaco-powerline/default.nix; + }; }); # We provide a NixOS module for easy usage within other system flakes. diff --git a/home/prompt.nix b/home/prompt.nix index c589a7e..eac01fb 100644 --- a/home/prompt.nix +++ b/home/prompt.nix @@ -20,7 +20,7 @@ in history = { ignoreAllDups = true; ignoreSpace = true; - size = 5000; + size = 15000; }; # Common plugins.