mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: nixos-unstable -> nixpkgs-unstable
This commit is contained in:
@@ -7,12 +7,12 @@ let
|
||||
dependencies = {
|
||||
nixpkgs = {
|
||||
ref = "refs/heads/nixos-${release}";
|
||||
url = "https://github.com/NixOS/nixpkgs-channels.git";
|
||||
url = "https://github.com/NixOS/nixpkgs.git";
|
||||
path = toString .versions/nixpkgs.json;
|
||||
};
|
||||
nixpkgs-unstable = {
|
||||
ref = "refs/heads/nixos-unstable";
|
||||
url = "https://github.com/NixOS/nixpkgs-channels.git";
|
||||
ref = "refs/heads/master";
|
||||
url = "https://github.com/NixOS/nixpkgs.git";
|
||||
path = toString .versions/nixpkgs-unstable.json;
|
||||
};
|
||||
home-manager = {
|
||||
|
||||
Reference in New Issue
Block a user