diff options
| author | Ben Sima <ben@bsima.me> | 2025-05-30 10:09:30 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-08-30 18:00:00 -0400 |
| commit | c66d9c04d359b9d7c5987ccada30eebb360e6ff0 (patch) | |
| tree | 2e1184fad4dc2fd60869c21050fbd9f2f205b907 | |
| parent | 8561479b90c00a3b7a77428d55473df255cd1e22 (diff) | |
Switch to nixos-unstable branch
According to Claude, the nixos-unstable branch has more stuff in it's binary
cache than nixos-unstable-small. Idk, let's try it and find out.
| -rw-r--r-- | Omni/Bild.nix | 2 | ||||
| -rw-r--r-- | Omni/Bild/Nixpkgs.nix | 4 | ||||
| -rw-r--r-- | Omni/Bild/Sources.json | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 44902ae..364bac3 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -21,7 +21,7 @@ stdenv = stable.ccacheStdenv; }; - unstable = nixpkgs.nixos-unstable-small; + unstable = nixpkgs.nixos-unstable; # get the .src attributes of all drvs in each pkgset in the `sources` list, # and concat them with `:` into a Unix-style search path. diff --git a/Omni/Bild/Nixpkgs.nix b/Omni/Bild/Nixpkgs.nix index 3418673..ab13d40 100644 --- a/Omni/Bild/Nixpkgs.nix +++ b/Omni/Bild/Nixpkgs.nix @@ -23,7 +23,7 @@ let (import ./CcacheWrapper.nix) (import ./Functions.nix) depsOverlay - (_: _: {unstable = this.nixos-unstable-small.pkgs;}) + (_: _: {unstable = this.nixos-unstable.pkgs;}) (import ./Deps.nix) (import ./Python.nix) (import ./Haskell.nix) @@ -31,7 +31,7 @@ let ]; }; - nixos-unstable-small = import sources.nixos-unstable-small { + nixos-unstable = import sources.nixos-unstable { inherit system config; overlays = [ (_: _: {inherit sources;}) diff --git a/Omni/Bild/Sources.json b/Omni/Bild/Sources.json index f5a2d2b..a804974 100644 --- a/Omni/Bild/Sources.json +++ b/Omni/Bild/Sources.json @@ -181,8 +181,8 @@ "url_template": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/<rev>/nixos-mailserver-<rev>.tar.gz", "version": "master" }, - "nixos-unstable-small": { - "branch": "nixos-unstable-small", + "nixos-unstable": { + "branch": "nixos-unstable", "description": "Nix Packages collection & NixOS", "homepage": "", "owner": "nixos", |
