!BgJZHVOYkwVcEKLAyM:nixos.org

NixOS Deployments

970 Members
NixOS Deployment tooling243 Servers

Load older messages


SenderMessageTime
22 May 2024
@lambadada:matrix.org@lambadada:matrix.org joined the room.02:05:05
@andrewm:element.ioAndrew Morgan (anoa) {he/him} changed their display name from Andrew Morgan (anoa) to Andrew Morgan (anoa) {he/him} [away; back 29th].02:18:28
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:25:53
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:28:08
@elonsroadster:matrix.org@elonsroadster:matrix.org changed their display name from elonsroadster to colonelpanic.20:10:16
23 May 2024
@zoechi:matrix.orgzoechi joined the room.05:33:36
@lazycaaat:matrix.orglazycaaat joined the room.10:45:52
@diamondburned:matrix.orgDiamond (it/she) changed their profile picture.17:43:22
@raboof:matrix.orgraboof
In reply to @azahi:azahi.cc
Not sure if this is the correct room, but... Looks like NixOS GCE images in Nixpkgs are no longer updated. Does anyone have a public bucket for them? Or should I just bite the bullet and try nixos-anywhere instead?
https://nixos.wiki/wiki/Install_NixOS_on_GCE might also be an option (haven't used it myself)
18:14:10
@azahi:azahi.ccazahi
In reply to @raboof:matrix.org
https://nixos.wiki/wiki/Install_NixOS_on_GCE might also be an option (haven't used it myself)
This wiki suggests using outdated images :)
I've actually already solved this problem with nixos-anywhere, thanks
18:17:19
24 May 2024
@diamondburned:matrix.orgDiamond (it/she) changed their profile picture.01:48:57
@doctorhu:matrix.org@doctorhu:matrix.org joined the room.02:43:14
@doctorhu:matrix.org@doctorhu:matrix.orgRedacted or Malformed Event02:45:35
@doctorhu:matrix.org@doctorhu:matrix.org *

Hi there, I've encountered a problem where I need pin neovim version to 0.9.5 for lunanvim(version 1.4.0) to work correctly.

But I'm not able to override it with something like

neovim-pinned = neovim.override (neovim-previous: {
  neovim-unwrapped = neovim-previous.neovim-unwrapped.override (neovim-unwrapped-previous: {
    version = "0.9.5";
  });
});

because it says

       error: function 'legacyWrapper' called with unexpected argument 'neovim-unwrapped'

which is defined here

02:47:42
@doctorhu:matrix.org@doctorhu:matrix.org left the room.02:50:27
@meetmangukiya:matrix.org@meetmangukiya:matrix.org left the room.06:47:48
@lotte:chir.rs@lotte:chir.rs changed their profile picture.06:54:23
@rustyh4x0r:matrix.orgRusty joined the room.10:59:04
25 May 2024
@tsn9cp:matrix.org@tsn9cp:matrix.orgWhat exactly is this room for if anyone could explain?15:29:01
@k900:0upti.meK900Tools for deploying NixOS to remote systems15:29:39
@tsn9cp:matrix.org@tsn9cp:matrix.org
In reply to@k900:0upti.me
Tools for deploying NixOS to remote systems
what does that mean exactly
15:32:08
@k900:0upti.meK900You write a NixOS config on your computer15:32:43
@k900:0upti.meK900Then run a tool to apply it to a remote server15:32:48
@tsn9cp:matrix.org@tsn9cp:matrix.orgah, okay, ty15:34:01
@k900:0upti.meK900This is actually a very common use case15:34:16
@k900:0upti.meK900 And something that makes NixOS really nice for running servers 15:34:23
@tsn9cp:matrix.org@tsn9cp:matrix.orgI saw this lolhttps://github.com/elitak/nixos-infect15:34:54
@tsn9cp:matrix.org@tsn9cp:matrix.org* I saw this lol https://github.com/elitak/nixos-infect15:35:01
@eyjhb:eyjhb.dk@eyjhb:eyjhb.dk
In reply to @tsn9cp:matrix.org
I saw this lol https://github.com/elitak/nixos-infect
look at nixos anywhere as well :p
15:35:52
@northben:pixelchef.net@northben:pixelchef.net

Does anyone here use krops? I am trying to use shallow copy and I am getting an error.

In my krops.nix file part of it is like:

source = lib.evalSource [
    {
      nixpkgs.git = {
        # how to shallow copy the latest?
        ref = "origin/master";
        url = https://github.com/NixOS/nixpkgs;
        shallow = true;
      };
    }

when I run the deploy $(nix-build --no-out-link krops.nix)

I get this error

Warning: Permanently added '192.168.0.46' (ED25519) to the list of known hosts.
fatal: your current branch 'master' does not have any commits yet
From https://github.com/NixOS/nixpkgs

  • remote-tracking branch origin/master -> FETCH_HEAD
    fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.
22:57:58

Show newer messages


Back to Room ListRoom Version: 6