I hereby claim:
- I am peti on github.
- I am psimons (https://keybase.io/psimons) on keybase.
- I have a public key ASCg32DOlimevMJDbtN_hf2CvQNhfdU0krJOyqbtvK67_wo
To claim this, I am signing this object:
| # ignore generated files | |
| /bazel-bazel-test | |
| /bazel-bin | |
| /bazel-out | |
| /bazel-testlogs | |
| /WORKSPACE |
| /obs-presentation.pdf |
I hereby claim:
To claim this, I am signing this object:
showTransaction:
2018/10/19 Joe Doe | Test
Account 1 €388.00 = €2913.00
Account 2
Account 3
showTransactionUnelided:
| { config, pkgs, lib, ... }: # disable-gdm-auto-suspend.nix | |
| { | |
| assertions = [ | |
| { assertion = config.services.xserver.displayManager.gdm.enable; | |
| message = "dont't include disable-gdm-auto-suspend.nix unless GDM is enabled"; | |
| } | |
| ]; | |
| programs.dconf.enable = true; |
This NixOS code ensures that the system provide version-specific $LOCALE_ARCHIVE
environment variables to mitigate the effects of
NixOS/nixpkgs#38991.
To deploy it, copy the file into your /etc/nixos folder using a file name
like multi-glibc-locale-paths.nix. Then edit your configuration.nix file to
contain the attribute:
imports = [ ./multi-glibc-locale-paths.nix ];
| /.*.environment.* | |
| /dist-newstyle/* |
| ***( | |
| nix.maude -- experiment with the recursive update operator | |
| The language extension was suggested in https://github.com/NixOS/rfcs/pull/3. | |
| This code lives at https://gist.github.com/peti/7a2318dcbba9946862423aea0380859b. | |
| To evaluate the examples given at the bottom of this code, run the command: | |
| nix-shell -p maude --run "maude -no-banner -batch <nix.maude" | |
| ***) |