This website requires JavaScript.
Explore
Help
Sign In
foodogsquared
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced
2025-02-01 16:57:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c74dd2ff17
nixos-config
/
modules
/
drivers
/
default.nix
6 lines
56 B
Nix
Raw
Normal View
History
Unescape
Escape
Use the unstable version for the nth time I also fixed the long-time occuring error when using the newest version of the channel (or the unstable one). It turns out to be a simple type error with the `my.user' attribute. (To be honest the error messages are quite horrible.) On another note, I also accidentally bricked my NixOS setup after a garbage collection and a horrible update. The breakage includes not being able to use any of the builtin tools of Nix (e.g., nix, nix-env, nixos-rebuild) due to a shared library error that has been garbage collected. Which means I have to reinstall it. (I seem to have a talent for breaking things, if only I'm paid for it.)
2020-10-05 01:38:58 +00:00
{
config
,
lib
,
.
.
.
}:
{
Use nixfmt to all files
2020-10-25 15:49:14 +00:00
imports
=
[
./veikk.nix
]
;
Use the unstable version for the nth time I also fixed the long-time occuring error when using the newest version of the channel (or the unstable one). It turns out to be a simple type error with the `my.user' attribute. (To be honest the error messages are quite horrible.) On another note, I also accidentally bricked my NixOS setup after a garbage collection and a horrible update. The breakage includes not being able to use any of the builtin tools of Nix (e.g., nix, nix-env, nixos-rebuild) due to a shared library error that has been garbage collected. Which means I have to reinstall it. (I seem to have a talent for breaking things, if only I'm paid for it.)
2020-10-05 01:38:58 +00:00
}
Reference in New Issue
Copy Permalink