From d7be51ac651cd5ffe27cb76d62213da521bcc3a4 Mon Sep 17 00:00:00 2001 From: Chaos Date: Sat, 3 Dec 2022 16:59:33 +0000 Subject: [PATCH] update nixpkgs-fixed --- flake.lock | 8 ++++---- flake.nix | 2 +- hosts/nixos.nix | 12 ------------ 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 5dfd03b..29d9a37 100644 --- a/flake.lock +++ b/flake.lock @@ -175,17 +175,17 @@ }, "nixpkgs-fixed": { "locked": { - "lastModified": 1669052418, - "narHash": "sha256-M1I4BKXBQm2gey1tScemEh5TpHHE3gKptL7BpWUvL8s=", + "lastModified": 1669791787, + "narHash": "sha256-KBfoA2fOI5+wCrm7PR+j7jHqXeTkVRPQ0m5fcKchyuU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8", + "rev": "e76c78d20685a043d23f5f9e0ccd2203997f1fb1", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8", + "rev": "e76c78d20685a043d23f5f9e0ccd2203997f1fb1", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 3b52eca..92b2744 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ # update whenever nixpkgs-fixed.url = - "github:nixos/nixpkgs/?branch=nixos-unstable&rev=20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8"; + "github:nixos/nixpkgs/?branch=nixos-unstable&rev=e76c78d20685a043d23f5f9e0ccd2203997f1fb1"; nur.url = "github:nix-community/NUR"; diff --git a/hosts/nixos.nix b/hosts/nixos.nix index 5828743..81f8787 100644 --- a/hosts/nixos.nix +++ b/hosts/nixos.nix @@ -31,18 +31,6 @@ let nixosUnstableSystem = nixpkgs-unstable.lib.nixosSystem; in { - lappy = nixosUnstableSystem { - specialArgs = defaultSpecialArgs; - system = "x86_64-linux"; - modules = defaultModules ++ [ ./lappy/lappy.nix ./lappy/hardware.nix ]; - }; - - lappy-vm = nixosUnstableSystem { - specialArgs = defaultSpecialArgs; - system = "x86_64-linux"; - modules = defaultModules ++ [ ./lappy/lappy.nix ./lappy/vm.nix ]; - }; - tablet = nixosUnstableSystem { specialArgs = defaultSpecialArgs; system = "x86_64-linux";