From d54fcaca8100ee6b662a663cc80dbe40872cc879 Mon Sep 17 00:00:00 2001 From: pupbrained Date: Thu, 16 May 2024 02:42:33 -0400 Subject: [PATCH] update flake --- flake.in.nix | 2 +- flake.lock | 10 ++++++---- flake.nix | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.in.nix b/flake.in.nix index d0742d4..203d2f1 100644 --- a/flake.in.nix +++ b/flake.in.nix @@ -18,7 +18,7 @@ chaotic = mkInput "chaotic-cx/nyx/nyxpkgs-unstable"; impermanence = mkInput "nix-community/impermanence"; nixpkgs = mkInput "arianvp/nixpkgs/soft-reboot"; - nix-super = mkCustomUrl "git+https://git.privatevoid.net/max/nix-super"; + nix-super = mkCustomUrl "git+https://git.privatevoid.net/max/nix-super.git"; nixvim = mkInput "pupbrained/nixvim"; schizofox = mkInput "schizofox/schizofox"; sops-nix = mkInput "Mic92/sops-nix"; diff --git a/flake.lock b/flake.lock index d40b7af..fb070c2 100644 --- a/flake.lock +++ b/flake.lock @@ -1327,11 +1327,11 @@ "rev": "5ecd820c18b1aaa3c8ee257a7a9a2624c4107031", "revCount": 17178, "type": "git", - "url": "https://git.privatevoid.net/max/nix-super" + "url": "https://git.privatevoid.net/max/nix-super.git" }, "original": { "type": "git", - "url": "https://git.privatevoid.net/max/nix-super" + "url": "https://git.privatevoid.net/max/nix-super.git" } }, "nixpak": { @@ -1506,9 +1506,10 @@ }, "nixpkgs_14": { "locked": { - "lastModified": 0, + "lastModified": 1715125210, "narHash": "sha256-qLmYVviVnm/Yu05djBsKOy4Cta4ebilpE+QGaS22pnQ=", "path": "/nix/store/79y4slnls9d1g3v25jb3kigak70w5kg7-source", + "rev": "a9d471e59ac9804d318727b9283c596bf2211efa", "type": "path" }, "original": { @@ -1532,9 +1533,10 @@ }, "nixpkgs_16": { "locked": { - "lastModified": 0, + "lastModified": 1715125210, "narHash": "sha256-qLmYVviVnm/Yu05djBsKOy4Cta4ebilpE+QGaS22pnQ=", "path": "/nix/store/79y4slnls9d1g3v25jb3kigak70w5kg7-source", + "rev": "a9d471e59ac9804d318727b9283c596bf2211efa", "type": "path" }, "original": { diff --git a/flake.nix b/flake.nix index e9db278..2be6e43 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ inputs.nixpkgs.follows = "nixpkgs"; url = "github:nix-community/nix-index-database"; }; - nix-super.url = "git+https://git.privatevoid.net/max/nix-super"; + nix-super.url = "git+https://git.privatevoid.net/max/nix-super.git"; nixpkgs.url = "github:arianvp/nixpkgs/soft-reboot"; nixvim.url = "github:pupbrained/nixvim"; schizofox.url = "github:schizofox/schizofox";