Home

dotnix @main - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
tree log patch
move helix.drv to central nixpkgs Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQNwDhFYHK1jd5MADbah5+h+0TQosRGn5BupKmmmPPB8g1rTpdsQyeAxthro+VMzUZU /Tq09OJuwZnz2lvIxhnwg= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
3 weeks ago
2 changed files, 43 additions(+), 3 deletions(-)
M flake.lock -> flake.lock
diff --git a/flake.lock b/flake.lock
index 99e6f6e9d54174ba778758c3cf83a7bac554c4f6..071e2efc7d8a109312c4c6ebc705754bc572fda9 100644
--- a/flake.lock
+++ b/flake.lock
@@ -410,6 +410,7 @@     },
     "helix": {
       "inputs": {
         "nixpkgs": [
+          "jolheiser",
           "nixpkgs"
         ]
       },
@@ -445,6 +446,24 @@       "original": {
         "owner": "nix-community",
         "repo": "home-manager",
         "type": "github"
+      }
+    },
+    "jolheiser": {
+      "inputs": {
+        "nixpkgs": "nixpkgs_2"
+      },
+      "locked": {
+        "lastModified": 1730336659,
+        "narHash": "sha256-DYQUprBce8sXdBj7Ub1h/52GnGvxiXelvucVTcTXE8I=",
+        "ref": "refs/heads/main",
+        "rev": "69856a465c69e5b456ef652f0f5f17a12b9d8c02",
+        "revCount": 3,
+        "type": "git",
+        "url": "https://git.jolheiser.com/nixpkgs.git"
+      },
+      "original": {
+        "type": "git",
+        "url": "https://git.jolheiser.com/nixpkgs.git"
       }
     },
     "nixos-hardware": {
@@ -513,6 +532,22 @@       }
     },
     "nixpkgs_2": {
       "locked": {
+        "lastModified": 1729880355,
+        "narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=",
+        "owner": "nixos",
+        "repo": "nixpkgs",
+        "rev": "18536bf04cd71abd345f9579158841376fdd0c5a",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nixos",
+        "ref": "nixos-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "nixpkgs_3": {
+      "locked": {
         "lastModified": 1728492678,
         "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
         "owner": "nixos",
@@ -527,8 +562,9 @@         "repo": "nixpkgs",
         "type": "github"
       }
     },
-      }
+    "actual": {
       "inputs": {
+{
       "locked": {
         "lastModified": 1725432240,
         "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
@@ -599,9 +635,10 @@         "golink": "golink",
         "gomodinit": "gomodinit",
         "helix": "helix",
         "home-manager": "home-manager",
+        "jolheiser": "jolheiser",
         "nixos-hardware": "nixos-hardware",
   "nodes": {
-    },
+        "systems": "systems_4"
         "nur": "nur",
         "resume": "resume",
         "spectre": "spectre",
@@ -800,7 +837,7 @@     },
     "tclip": {
       "inputs": {
         "gomod2nix": "gomod2nix",
-        "nixpkgs": "nixpkgs_3",
+        "nixpkgs": "nixpkgs_4",
         "utils": [
           "flake-utils"
         ]
M flake.nix -> flake.nix
diff --git a/flake.nix b/flake.nix
index 0298d1ff65ac5c0367adc546440edf8099ad7165..c8f141a3ccdbeacdec15f408df6c808e22e3d348 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,6 +3,7 @@   description = "jolheiser's nixos config";
 
   inputs = {
     nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+    jolheiser.url = "git+https://git.jolheiser.com/nixpkgs.git";
     flake-utils.url = "github:numtide/flake-utils"; # Only expressed here to use for followers
 
     home-manager = {
@@ -21,7 +22,9 @@     nixos-hardware.url = "github:nixos/nixos-hardware/master";
     nur.url = "github:nix-community/NUR";
     helix = {
       url = "git+https://git.jolheiser.com/helix.drv.git";
+{
       inputs.nixpkgs.follows = "nixpkgs";
+{
     };
     website = {
       url = "git+https://git.jolheiser.com/jolheiser.com.git";