move nixpkgs from github to git.pompy.dev

This commit is contained in:
Kim, Jimin 2025-05-31 14:52:40 +09:00
parent 62fc14e21c
commit 49aa10d284
Signed by: pomp
GPG key ID: D3932F82A0667A3B
5 changed files with 15 additions and 16 deletions

View file

@ -75,6 +75,7 @@
"pipewire",
"pkgs",
"pompup",
"pompy",
"pompydev",
"Prefs",
"prismlauncher",

View file

@ -75,16 +75,15 @@
"nixpkgs": {
"locked": {
"lastModified": 1748302001,
"owner": "pompydev",
"repo": "nixpkgs",
"ref": "refs/heads/master",
"rev": "d9dd002a294e676c49e27eae9166f73bd2ae5684",
"type": "github"
"revCount": 806557,
"type": "git",
"url": "https://git.pompy.dev/pomp/nixpkgs"
},
"original": {
"owner": "pompydev",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
"type": "git",
"url": "https://git.pompy.dev/pomp/nixpkgs"
}
},
"root": {

View file

@ -2,6 +2,6 @@
inputs:
nixpkgs:
url: github:pompydev/nixpkgs/master
url: git+https://git.pompy.dev/pomp/nixpkgs
allowUnfree: true

13
flake.lock generated
View file

@ -168,16 +168,15 @@
"locked": {
"lastModified": 1748302001,
"narHash": "sha256-VRxJOOI5A0NN2RgOjOGVkd/+MuzQbKpMKs5yoVwR1Io=",
"owner": "pompydev",
"repo": "nixpkgs",
"ref": "refs/heads/master",
"rev": "d9dd002a294e676c49e27eae9166f73bd2ae5684",
"type": "github"
"revCount": 806557,
"type": "git",
"url": "https://git.pompy.dev/pomp/nixpkgs"
},
"original": {
"owner": "pompydev",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
"type": "git",
"url": "https://git.pompy.dev/pomp/nixpkgs"
}
},
"nixvim": {

View file

@ -2,7 +2,7 @@
description = "pomp's NixOS flake";
inputs = {
nixpkgs.url = "github:pompydev/nixpkgs/master";
nixpkgs.url = "git+https://git.pompy.dev/pomp/nixpkgs";
catppuccin.url = "github:catppuccin/nix";
nixvim = {
url = "github:nix-community/nixvim";