update flake

This commit is contained in:
Mars 2024-05-16 02:42:33 -04:00
parent 87e6a239d5
commit d54fcaca81
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
3 changed files with 8 additions and 6 deletions

View file

@ -18,7 +18,7 @@
chaotic = mkInput "chaotic-cx/nyx/nyxpkgs-unstable"; chaotic = mkInput "chaotic-cx/nyx/nyxpkgs-unstable";
impermanence = mkInput "nix-community/impermanence"; impermanence = mkInput "nix-community/impermanence";
nixpkgs = mkInput "arianvp/nixpkgs/soft-reboot"; 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"; nixvim = mkInput "pupbrained/nixvim";
schizofox = mkInput "schizofox/schizofox"; schizofox = mkInput "schizofox/schizofox";
sops-nix = mkInput "Mic92/sops-nix"; sops-nix = mkInput "Mic92/sops-nix";

View file

@ -1327,11 +1327,11 @@
"rev": "5ecd820c18b1aaa3c8ee257a7a9a2624c4107031", "rev": "5ecd820c18b1aaa3c8ee257a7a9a2624c4107031",
"revCount": 17178, "revCount": 17178,
"type": "git", "type": "git",
"url": "https://git.privatevoid.net/max/nix-super" "url": "https://git.privatevoid.net/max/nix-super.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.privatevoid.net/max/nix-super" "url": "https://git.privatevoid.net/max/nix-super.git"
} }
}, },
"nixpak": { "nixpak": {
@ -1506,9 +1506,10 @@
}, },
"nixpkgs_14": { "nixpkgs_14": {
"locked": { "locked": {
"lastModified": 0, "lastModified": 1715125210,
"narHash": "sha256-qLmYVviVnm/Yu05djBsKOy4Cta4ebilpE+QGaS22pnQ=", "narHash": "sha256-qLmYVviVnm/Yu05djBsKOy4Cta4ebilpE+QGaS22pnQ=",
"path": "/nix/store/79y4slnls9d1g3v25jb3kigak70w5kg7-source", "path": "/nix/store/79y4slnls9d1g3v25jb3kigak70w5kg7-source",
"rev": "a9d471e59ac9804d318727b9283c596bf2211efa",
"type": "path" "type": "path"
}, },
"original": { "original": {
@ -1532,9 +1533,10 @@
}, },
"nixpkgs_16": { "nixpkgs_16": {
"locked": { "locked": {
"lastModified": 0, "lastModified": 1715125210,
"narHash": "sha256-qLmYVviVnm/Yu05djBsKOy4Cta4ebilpE+QGaS22pnQ=", "narHash": "sha256-qLmYVviVnm/Yu05djBsKOy4Cta4ebilpE+QGaS22pnQ=",
"path": "/nix/store/79y4slnls9d1g3v25jb3kigak70w5kg7-source", "path": "/nix/store/79y4slnls9d1g3v25jb3kigak70w5kg7-source",
"rev": "a9d471e59ac9804d318727b9283c596bf2211efa",
"type": "path" "type": "path"
}, },
"original": { "original": {

View file

@ -15,7 +15,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nix-index-database"; 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"; nixpkgs.url = "github:arianvp/nixpkgs/soft-reboot";
nixvim.url = "github:pupbrained/nixvim"; nixvim.url = "github:pupbrained/nixvim";
schizofox.url = "github:schizofox/schizofox"; schizofox.url = "github:schizofox/schizofox";