summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock57
-rw-r--r--flake.nix4
-rw-r--r--hosts/common.nix2
3 files changed, 61 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index a35742b..7747237 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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",
diff --git a/flake.nix b/flake.nix
index 2d0b011..7c2fa52 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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