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:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"url": "https://github.com/NixOS/nixpkgs-channels.git",
|
"url": "https://github.com/NixOS/nixpkgs.git",
|
||||||
"rev": "84d74ae9c9cbed73274b8e4e00be14688ffc93fe",
|
"rev": "3d4e133e7724e1376ff9310b9949c4c372410c65",
|
||||||
"date": "2020-09-26T18:54:09-07:00",
|
"date": "2020-10-24T09:55:06+02:00",
|
||||||
"sha256": "0ww70kl08rpcsxb9xdx8m48vz41dpss4hh3vvsmswll35l158x0v",
|
"sha256": "15p45fa0w9rqv6wf3zih162liwj5xwzy1s942zvinb97fimrni24",
|
||||||
"fetchSubmodules": false
|
"fetchSubmodules": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
unstable = import <nixos-unstable> { config = config.nixpkgs.config; };
|
unstable = import <nixpkgs-unstable> { config = config.nixpkgs.config; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ let
|
|||||||
nixos-config.symlink = "system/configuration.nix";
|
nixos-config.symlink = "system/configuration.nix";
|
||||||
|
|
||||||
nixpkgs.git = gitFromJson .versions/nixpkgs.json;
|
nixpkgs.git = gitFromJson .versions/nixpkgs.json;
|
||||||
nixos-unstable.git = gitFromJson .versions/nixpkgs-unstable.json;
|
nixpkgs-unstable.git = gitFromJson .versions/nixpkgs-unstable.json;
|
||||||
home-manager.git = gitFromJson .versions/home-manager.json;
|
home-manager.git = gitFromJson .versions/home-manager.json;
|
||||||
stockholm.git = gitFromJson .versions/stockholm.json;
|
stockholm.git = gitFromJson .versions/stockholm.json;
|
||||||
retiolum.git = gitFromJson .versions/retiolum.json;
|
retiolum.git = gitFromJson .versions/retiolum.json;
|
||||||
|
|||||||
@@ -7,12 +7,12 @@ let
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
ref = "refs/heads/nixos-${release}";
|
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;
|
path = toString .versions/nixpkgs.json;
|
||||||
};
|
};
|
||||||
nixpkgs-unstable = {
|
nixpkgs-unstable = {
|
||||||
ref = "refs/heads/nixos-unstable";
|
ref = "refs/heads/master";
|
||||||
url = "https://github.com/NixOS/nixpkgs-channels.git";
|
url = "https://github.com/NixOS/nixpkgs.git";
|
||||||
path = toString .versions/nixpkgs-unstable.json;
|
path = toString .versions/nixpkgs-unstable.json;
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ in
|
|||||||
imports = [
|
imports = [
|
||||||
./zigbee.nix
|
./zigbee.nix
|
||||||
./frontend.nix
|
./frontend.nix
|
||||||
<nixos-unstable/nixos/modules/services/misc/home-assistant.nix>
|
<nixpkgs-unstable/nixos/modules/services/misc/home-assistant.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
<nixos-unstable/nixos/modules/services/misc/home-assistant.nix>
|
<nixpkgs-unstable/nixos/modules/services/misc/home-assistant.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user