Compare commits

...

3 commits

Author SHA1 Message Date
Update Bot 82d073548a
Update from update-inputs-2024-07-05-04-20 2024-07-05 04:21:10 +02:00
Update Bot dad85eddd1
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/0a30138c694ab3b048ac300794c2eb599dc40266' (2024-07-03)
  → 'github:nix-community/home-manager/c514e862cd5705e51edb6fe8d01146fdeec661f2' (2024-07-04)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/00d80d13810dbfea8ab4ed1009b09100cca86ba8' (2024-07-01)
  → 'github:nixos/nixpkgs/9f4128e00b0ae8ec65918efeba59db998750ead6' (2024-07-03)
• Updated input 'nixvim':
    'github:nix-community/nixvim/9b25eaaa6f64a584ffccdd90b23d0962d9138352' (2024-07-03)
  → 'github:nix-community/nixvim/92e9f5466dcfd51e8e2e7627e992c1c9d5fc6fd6' (2024-07-04)
2024-07-05 04:21:08 +02:00
emily 0b154948b6
Add nyastodon mirror 2024-07-04 08:36:44 +02:00
3 changed files with 11 additions and 11 deletions

View file

@ -472,11 +472,11 @@
]
},
"locked": {
"lastModified": 1720045378,
"narHash": "sha256-lmE7B+QXw7lWdBu5GQlUABSpzPk3YBb9VbV+IYK5djk=",
"lastModified": 1720135141,
"narHash": "sha256-1GHh1/WO+f42TXxb1WiZFMuepM7ITA9iT+6yJBbBNsY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0a30138c694ab3b048ac300794c2eb599dc40266",
"rev": "c514e862cd5705e51edb6fe8d01146fdeec661f2",
"type": "github"
},
"original": {
@ -614,11 +614,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1719848872,
"narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
"lastModified": 1720031269,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
"type": "github"
},
"original": {
@ -644,11 +644,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1720021470,
"narHash": "sha256-wJ8NGzPRkwDao4Om9/P+RLxussLGvtGGH2XdjDgJqRE=",
"lastModified": 1720126856,
"narHash": "sha256-xtRwIUKv7EpuyGtvq+rO7PoZZIpD55AYe6rl+plEhY8=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "9b25eaaa6f64a584ffccdd90b23d0962d9138352",
"rev": "92e9f5466dcfd51e8e2e7627e992c1c9d5fc6fd6",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@ in
(
applyPatches {
src = fetchgit {
url = "https://git.bsd.gay/fef/nyastodon.git";
url = "https://woof.rip/emily/nyastodon.git";
rev = "refs/heads/develop";
hash = "sha256-YFQPzsqJxGOS4E/1+chB+C7vD+NlgFiRekDsGZdcL9c=";
};

View file

@ -2,7 +2,7 @@
#! nix-shell -i bash -p bundix coreutils diffutils nix-prefetch-git gnused jq prefetch-yarn-deps yarn-lock-converter
set -e
URL=https://git.bsd.gay/fef/nyastodon.git
URL=https://woof.rip/emily/nyastodon.git
POSITIONAL=()
while [[ $# -gt 0 ]]; do