From 3a4a033f40df131137d92b51dc8c1e24c9083e67 Mon Sep 17 00:00:00 2001 From: aemogie <54412618+aemogie@users.noreply.github.com> Date: Thu, 2 May 2024 13:12:07 +0530 Subject: [PATCH 1/3] feat(system): change nixpkgs rev to nixos-unstable --- system/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/flake.nix b/system/flake.nix index 60d0e63..4c6706c 100644 --- a/system/flake.nix +++ b/system/flake.nix @@ -1,7 +1,7 @@ { description = "A simple system flake using some Aux defaults"; - inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable"; + inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; outputs = { nixpkgs, ... }: -- 2.45.2 From e5e36af26172c3b0bb8bffee13b24f58feaebe72 Mon Sep 17 00:00:00 2001 From: Mark Martinez Date: Thu, 2 May 2024 16:27:13 +0200 Subject: [PATCH 2/3] fix(darwin): config argument missing on system.nix --- darwin/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/system.nix b/darwin/system.nix index ab8e793..2679908 100644 --- a/darwin/system.nix +++ b/darwin/system.nix @@ -1,3 +1,4 @@ +{config, ...}: # This section apply settings to the system configuration only available on macOS # see for more options { -- 2.45.2 From 9b3941b85b3c972e52f32d6cdd81d4db9f0e4ffc Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 2 May 2024 18:07:12 +0200 Subject: [PATCH 3/3] Fix flake lock --- flake.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 24cd7d8..b42f514 100644 --- a/flake.lock +++ b/flake.lock @@ -1,6 +1,6 @@ { "nodes": { - "resevoir": { + "nixpkgs": { "locked": { "lastModified": 1714562304, "narHash": "sha256-Mr3U37Rh6tH0FbaDFu0aZDwk9mPAe7ASaqDOGgLqqLU=", @@ -18,7 +18,7 @@ }, "root": { "inputs": { - "resevoir": "resevoir" + "nixpkgs": "nixpkgs" } } }, -- 2.45.2