Switching Back To Main NixOS Repo For nixpkgs From Aux

This commit is contained in:
Annika Merris 2024-05-26 21:25:51 -04:00
parent 9d2c47cae0
commit 2c324ff635
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -144,15 +144,15 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1715288647, "lastModified": 1716509168,
"narHash": "sha256-/vno6oUIZDSLpqS/WOqNTHwVIakrNR7R+UutJVmfohs=", "narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=",
"owner": "auxolotl", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fb0bb336c1365f5ab5250df84cb1406337f7d9d9", "rev": "bfb7a882678e518398ce9a31a881538679f6f092",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "auxolotl", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"

View file

@ -2,7 +2,7 @@
description = "Lix/Auxolotl config flake"; description = "Lix/Auxolotl config flake";
inputs = { inputs = {
nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
lix = { lix = {
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";