1
0
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:
2020-10-24 13:28:45 +02:00
parent 240b97dce9
commit 4fc7d8dd2a
6 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"url": "https://github.com/NixOS/nixpkgs-channels.git",
"rev": "84d74ae9c9cbed73274b8e4e00be14688ffc93fe",
"date": "2020-09-26T18:54:09-07:00",
"sha256": "0ww70kl08rpcsxb9xdx8m48vz41dpss4hh3vvsmswll35l158x0v",
"url": "https://github.com/NixOS/nixpkgs.git",
"rev": "3d4e133e7724e1376ff9310b9949c4c372410c65",
"date": "2020-10-24T09:55:06+02:00",
"sha256": "15p45fa0w9rqv6wf3zih162liwj5xwzy1s942zvinb97fimrni24",
"fetchSubmodules": false
}

View File

@@ -1,5 +1,5 @@
{ config, ... }: {
nixpkgs.config.packageOverrides = pkgs: {
unstable = import <nixos-unstable> { config = config.nixpkgs.config; };
unstable = import <nixpkgs-unstable> { config = config.nixpkgs.config; };
};
}

View File

@@ -17,7 +17,7 @@ let
nixos-config.symlink = "system/configuration.nix";
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;
stockholm.git = gitFromJson .versions/stockholm.json;
retiolum.git = gitFromJson .versions/retiolum.json;

View File

@@ -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 = {

View File

@@ -11,7 +11,7 @@ in
imports = [
./zigbee.nix
./frontend.nix
<nixos-unstable/nixos/modules/services/misc/home-assistant.nix>
<nixpkgs-unstable/nixos/modules/services/misc/home-assistant.nix>
];
services.home-assistant = {

View File

@@ -7,7 +7,7 @@ in
];
imports = [
<nixos-unstable/nixos/modules/services/misc/home-assistant.nix>
<nixpkgs-unstable/nixos/modules/services/misc/home-assistant.nix>
];