diff options
author | Linnnus <[email protected]> | 2023-11-20 19:39:29 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-11-20 19:40:56 +0100 |
commit | 577c1db78cc74ae1e8ca6d3fc512e588d060436c (patch) | |
tree | c2e0c001aaf7d7919f961073a70ad7484b297eb5 | |
parent | f97e84b0763cf1f3567242c2e21d01ee434ff6ca (diff) |
hosts: Remove jq+jc, add home-brewn comma
-rw-r--r-- | flake.lock | 57 | ||||
-rw-r--r-- | flake.nix | 4 | ||||
-rw-r--r-- | hosts/common.nix | 2 |
3 files changed, 61 insertions, 2 deletions
@@ -22,6 +22,27 @@ "type": "github" } }, + "comma": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1700504939, + "narHash": "sha256-WgAvmIMSMKPmvIxpDoakkRu9zmBFh5FcTv/bfc1RG4A=", + "owner": "linnnus", + "repo": "comma-zsh", + "rev": "075d7ce7c3ff7e8d744371beff034a1d95bc147c", + "type": "github" + }, + "original": { + "owner": "linnnus", + "repo": "comma-zsh", + "type": "github" + } + }, "darwin": { "inputs": { "nixpkgs": [ @@ -62,6 +83,24 @@ "type": "github" } }, + "flake-utils_2": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -157,7 +196,7 @@ }, "push-notification-api": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ] @@ -179,6 +218,7 @@ "root": { "inputs": { "agenix": "agenix", + "comma": "comma", "home-manager": "home-manager_2", "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs", @@ -200,6 +240,21 @@ "repo": "default", "type": "github" } + }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", @@ -23,6 +23,10 @@ # url = "path:/home/linus/code/push-notification-api"; inputs.nixpkgs.follows = "nixpkgs"; }; + comma = { + url = "github:linnnus/comma-zsh"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { diff --git a/hosts/common.nix b/hosts/common.nix index d9b868c..794fcdc 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -35,7 +35,7 @@ tree gh vim - comma + flakeInputs.comma.packages.${system}.default nix-index curl moreutils |