fix: Update auxolotl-website flake input

Change-Id: Ib42071c14dbe491724ae5a115bd42c680fa9f112
This commit is contained in:
Samuel Shuert 2024-07-02 17:59:38 -04:00
parent 4eb39381eb
commit aa4b968600
2 changed files with 10 additions and 10 deletions

View file

@ -8,17 +8,17 @@
"snowfall-lib": "snowfall-lib" "snowfall-lib": "snowfall-lib"
}, },
"locked": { "locked": {
"lastModified": 1718552769, "lastModified": 1719954639,
"narHash": "sha256-YDQZmTysqYmbHpGncm8sy5dKkpvG55zkq29lsd2y34U=", "narHash": "sha256-ArI/s3l9KtyJOyzU6NvpWJCj42KNJeblk4hP/efTmMg=",
"owner": "auxolotl", "ref": "refs/heads/main",
"repo": "website", "rev": "131d0d01b566d0c3bdb7afe3b6e8fdfaadb4007d",
"rev": "364973d984bdd8bd1f19fab7608e2bef0f126041", "revCount": 53,
"type": "github" "type": "git",
"url": "https://git.auxolotl.org/auxolotl/website"
}, },
"original": { "original": {
"owner": "auxolotl", "type": "git",
"repo": "website", "url": "https://git.auxolotl.org/auxolotl/website"
"type": "github"
} }
}, },
"deploy-rs": { "deploy-rs": {

View file

@ -15,7 +15,7 @@
}; };
auxolotl-website = { auxolotl-website = {
url = "github:auxolotl/website"; url = "git+https://git.auxolotl.org/auxolotl/website";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };