Changed my flake input to use my modified lug-helper

This commit is contained in:
Alexandre 2026-02-21 14:18:36 +01:00
parent a573cf1978
commit f5c464af07
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View File

@ -522,15 +522,15 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1771619527,
"narHash": "sha256-y/jb+wpBP0FGwoa8Jin7NAE0bGP2N6c8GlffAz4AgsA=",
"owner": "LovingMelody",
"lastModified": 1771679681,
"narHash": "sha256-WjUVugjX7wFN17BwlxSD2tcTnBgJYdTB2r5uM9Gs1Ao=",
"owner": "Alexandre1a",
"repo": "nix-citizen",
"rev": "bebdc0400deffc548360bf900aa26e41af7ee4be",
"rev": "37b40954416cc67559fc4b91af1b2bb51d96e1e2",
"type": "github"
},
"original": {
"owner": "LovingMelody",
"owner": "Alexandre1a",
"repo": "nix-citizen",
"type": "github"
}

View File

@ -37,7 +37,7 @@
# Star citizen
nix-citizen = {
url = "github:LovingMelody/nix-citizen";
url = "github:Alexandre1a/nix-citizen";
inputs.nixpkgs.follows = "nixpkgs";
};