stylix: point nixpkgs input to more conventional nixos-unstable ref (#712)

This commit is contained in:
NAHO 2025-01-02 18:55:30 +01:00 committed by GitHub
parent 911c07f40f
commit 90f95c5d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -166,7 +166,7 @@
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -42,7 +42,7 @@
url = "github:nix-community/home-manager";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# Interface flake systems.
systems.url = "github:nix-systems/default";