From b7cd499884295da276c3c3849087ef3594f43ae7 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 27 Aug 2022 07:45:25 -0600 Subject: [PATCH] h: switch to unstable-small --- flake.lock | 17 +++++++++++++++++ flake.nix | 5 +++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 6fc6b9f..0232bfd 100644 --- a/flake.lock +++ b/flake.lock @@ -147,6 +147,7 @@ "sshKnownHosts": "sshKnownHosts", "stable": "stable", "unstable": "unstable", + "unstableSmall": "unstableSmall", "xin-secrets": "xin-secrets" } }, @@ -236,6 +237,22 @@ "type": "github" } }, + "unstableSmall": { + "locked": { + "lastModified": 1661580117, + "narHash": "sha256-hMWvEFqwk2E9Rb3+3yi8qu9Wo2eXnJX8mENVspA++3c=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "e500665539e3abae0494c4db5d10cccb84de47ba", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } + }, "xin-secrets": { "inputs": { "sops-nix": "sops-nix", diff --git a/flake.nix b/flake.nix index 959b6ea..84819e2 100644 --- a/flake.nix +++ b/flake.nix @@ -6,6 +6,7 @@ url = "git+ssh://xin-secrets-ro/qbit/xin-secrets.git?ref=main"; }; unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; + unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small"; stable.url = "github:NixOS/nixpkgs/nixos-22.05-small"; nixos-hardware = { url = "github:NixOS/nixos-hardware/master"; @@ -44,7 +45,7 @@ }; }; - outputs = { self, unstable, stable, nixos-hardware, sshKnownHosts, microca + outputs = { self, unstable, unstableSmall, stable, nixos-hardware, sshKnownHosts, microca , mcchunkie, gqrss, darwin, xin-secrets, ... }@flakes: let hostBase = { @@ -117,7 +118,7 @@ "${nixos-hardware}/common/pc/laptop/ssd" ] "europa"; box = buildSys "x86_64-linux" stable [ ] "box"; - h = buildSys "x86_64-linux" unstable [ ] "h"; + h = buildSys "x86_64-linux" unstableSmall [ ] "h"; faf = buildSys "x86_64-linux" stable [ ] "faf"; litr = buildSys "x86_64-linux" unstable [ ] "litr"; #nerm = buildSys "x86_64-linux" unstable [ ] "nerm";