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

View File

@@ -2,9 +2,11 @@
description = "Nixos config flake";
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 = {
url = "github:nix-community/disko";
@@ -44,7 +46,7 @@
flake = false;
};
nixvim.url = "/home/nathan/Projects/Moirai";
nixvim.url = "git+ssh://gitea@gitea.blunkall.us/nathan/Moirai";
ags.url = "github:Aylur/ags/v1";