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"
},
"locked": {
"lastModified": 1718552769,
"narHash": "sha256-YDQZmTysqYmbHpGncm8sy5dKkpvG55zkq29lsd2y34U=",
"owner": "auxolotl",
"repo": "website",
"rev": "364973d984bdd8bd1f19fab7608e2bef0f126041",
"type": "github"
"lastModified": 1719954639,
"narHash": "sha256-ArI/s3l9KtyJOyzU6NvpWJCj42KNJeblk4hP/efTmMg=",
"ref": "refs/heads/main",
"rev": "131d0d01b566d0c3bdb7afe3b6e8fdfaadb4007d",
"revCount": 53,
"type": "git",
"url": "https://git.auxolotl.org/auxolotl/website"
},
"original": {
"owner": "auxolotl",
"repo": "website",
"type": "github"
"type": "git",
"url": "https://git.auxolotl.org/auxolotl/website"
}
},
"deploy-rs": {

View file

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