migrate to mirror

This commit is contained in:
2025-01-12 20:27:25 -06:00
parent 876a614bdc
commit 57501aa9ca
2 changed files with 29 additions and 27 deletions

48
flake.lock generated
View File

@@ -715,18 +715,18 @@
}, },
"nixpkgs-us": { "nixpkgs-us": {
"locked": { "locked": {
"lastModified": 1732521221, "lastModified": 1736523798,
"narHash": "sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0=", "narHash": "sha256-Xb8mke6UCYjge9kPR9o4P1nVrhk7QBbKv3xQ9cj7h2s=",
"owner": "nixos", "ref": "nixos-unstable",
"repo": "nixpkgs", "rev": "130595eba61081acde9001f43de3248d8888ac4a",
"rev": "4633a7c72337ea8fd23a4f2ba3972865e3ec685d", "revCount": 736170,
"type": "github" "type": "git",
"url": "ssh://gitea@gitea.blunkall.us/nathan/nixpkgs"
}, },
"original": { "original": {
"owner": "nixos",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "type": "git",
"type": "github" "url": "ssh://gitea@gitea.blunkall.us/nathan/nixpkgs"
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
@@ -763,18 +763,18 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1736200483, "lastModified": 1736549401,
"narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=", "narHash": "sha256-ibkQrMHxF/7TqAYcQE+tOnIsSEzXmMegzyBWza6uHKM=",
"owner": "nixos", "ref": "nixos-24.11",
"repo": "nixpkgs", "rev": "1dab772dd4a68a7bba5d9460685547ff8e17d899",
"rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751", "revCount": 712909,
"type": "github" "type": "git",
"url": "ssh://gitea@gitea.blunkall.us/nathan/nixpkgs"
}, },
"original": { "original": {
"owner": "nixos",
"ref": "nixos-24.11", "ref": "nixos-24.11",
"repo": "nixpkgs", "type": "git",
"type": "github" "url": "ssh://gitea@gitea.blunkall.us/nathan/nixpkgs"
} }
}, },
"nixpkgs_5": { "nixpkgs_5": {
@@ -816,17 +816,17 @@
"nixvim": "nixvim_2" "nixvim": "nixvim_2"
}, },
"locked": { "locked": {
"lastModified": 1732083712, "lastModified": 1736724527,
"narHash": "sha256-z2dKLuUHnJ8tlsZf6l+z+vbnpnb8nYBVFgwjxu609+U=", "narHash": "sha256-Woxnu7yOYwEM3Ve0sUxGoFJOCe1lFhH/BbtgwFvnDUE=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "ee443227054f76f7d5177f7fe82bc58e3566760e", "rev": "6bae22bfb5da18ef029fe1099c68c38a280da228",
"revCount": 4, "revCount": 5,
"type": "git", "type": "git",
"url": "file:///home/nathan/Projects/Nixvim" "url": "ssh://gitea@gitea.blunkall.us/nathan/Moirai"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "file:///home/nathan/Projects/Nixvim" "url": "ssh://gitea@gitea.blunkall.us/nathan/Moirai"
} }
}, },
"nixvim_2": { "nixvim_2": {

View File

@@ -2,9 +2,11 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; #nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "git+ssh://gitea@gitea.blunkall.us/nathan/nixpkgs?ref=nixos-24.11";
nixpkgs-us.url = "github:nixos/nixpkgs/nixos-unstable"; #nixpkgs-us.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-us.url = "git+ssh://gitea@gitea.blunkall.us/nathan/nixpkgs?ref=nixos-unstable";
disko = { disko = {
url = "github:nix-community/disko"; url = "github:nix-community/disko";
@@ -44,7 +46,7 @@
flake = false; flake = false;
}; };
nixvim.url = "/home/nathan/Projects/Moirai"; nixvim.url = "git+ssh://gitea@gitea.blunkall.us/nathan/Moirai";
ags.url = "github:Aylur/ags/v1"; ags.url = "github:Aylur/ags/v1";