-
After updating from v1.0.0-beta51 to v1.0.0-beta52, I noticed that the extra-stack-arguments configuration option [has been removed](https://github.com/rikvdkleij/intellij-haskell/commit/42238fefca8e4…
-
We're using Nix, NixOS, and NixOps at work for development and testing of our software applications. The issue with this is that our use case requires that the Nix expressions for our applications alw…
-
Hello all,
Would like to add a minor enhancement related to the ec2 snapshot's name taken as part of a **backup** operation. In fact, currently the network 'description' is being used within the sn…
-
`nix-env -u` often upgrades packages to incorrect or unintuitive versions. With the current state of `nixpkgs`, `nix` is upgraded to `nixUnstable`, and `nixops` is upgraded to `nixopsUnstable`. There …
-
would be super neat (needs the right boot-loader to support it)
-
Nix 2.0.2 as invoked via `nixops`.
After upgrading the host machine running nixops to 18.03, I got for the first time, and seem to nondeterministically get a failure for some stuff I'm building:
…
-
Due to the fact that `release.nix` uses a variable called `src`, I am not sure why but it causes issues during the `./dev-shell --arg p "[ p.callPackage ../nixops-aws/release.nix {}]"`, thus making ve…
-
Cardano node 1.3.0 is observed to consume increasing amounts of memory and CPU over time until the process OOMs. The following figure illustrates the typical observation:
![cardano-node-1-3-0-leak…
-
When an internet gateway route is added through NixOps, it seems like it's not always to the main one, causing it to be somehow "inactive" (for example, SSH is unreachable until the IGW is added on th…
-
## Issue description
having nixops config
```
let
region = "us-east-1";
zone = "${region}c";
in
with (import ./lib/keys.nix);
{
network.description = "[Project nixops] network…