Commit Graph

1213 Commits

Author SHA1 Message Date
9756d96b64
chore(deps): update flake deps 2021-06-28 15:22:49 +03:00
f7f61081b5
chore(deps): update flake deps 2021-06-28 02:32:44 +03:00
bors[bot]
741e8fdc47
Merge #330
330: Fix: Haskell overlay r=blaggacao a=GTrunSec

using `lib.composeExtensions` for packageOverrides is more idiomatic.
Fixes: https://github.com/divnix/devos/pull/325#pullrequestreview-687772802
such as 
```
 python3 = pkgs.python3.override (old: {
   5 │ │ packageOverrides =
   4 │ │ │ pkgs.lib.composeExtensions
   3 │ │ │ │ (old.packageOverrides or (_: _: { }))
   2 │ │ │ │ packageOverrides;
   1 │ });
```

Co-authored-by: GTrunSec <gtrunsec@hardenedlinux.org>
2021-06-25 12:54:51 +00:00
GTrunSec
f1117f27ec
fix hasekllPackages overlay 2021-06-24 22:58:26 -07:00
bors[bot]
e3b7c07daf
Merge #325
325: feature: Add pkgs fetch manager nvfetcher r=blaggacao a=GTrunSec

Regarding motivation in https://github.com/divnix/devos/issues/299

Any question here?

Example: 
-  overlay 
```
inherit (prev.sources.<PackageName>) pname version src;
```

- pkgs 
```
stdenv.mkDerivation rec {
 inherit (sources.<PackageName>) pname version src;
```

Resolves #299 

Co-authored-by: GTrunSec <gtrunsec@hardenedlinux.org>
Co-authored-by: David Arnold <dgx.arnold@gmail.com>
2021-06-25 02:39:01 +00:00
David Arnold
b927d97ce2
doc: nvfetcher 2021-06-24 21:37:51 -05:00
GTrunSec
ee89bf3f2a
feature: Add pkgs fetch manager nvfetcher
Co-authored-by: David Arnold <dar@xoe.solutions>
2021-06-24 21:37:50 -05:00
bors[bot]
5f5c26bee3
Merge #329
329: bump digga to latest develop r=nrdxp a=blaggacao



Co-authored-by: David Arnold <dgx.arnold@gmail.com>
2021-06-25 02:17:44 +00:00
David Arnold
1c80b508ca
bump: nixpkgs to avoid https://github.com/NixOS/nixpkgs/pull/127720 2021-06-24 18:15:15 -05:00
David Arnold
3cc28b3adb
bump digga to latest develop 2021-06-24 18:11:24 -05:00
653b6ce44b
add rust analyzer 2021-06-24 00:35:17 +03:00
c354d48fda
stuff 2021-06-23 19:49:50 +03:00
08e8fe9c28
stuff 2021-06-21 21:15:22 +03:00
2394d9ec50
stuff 2021-06-16 18:19:07 +03:00
bors[bot]
ab4bd584e2
Merge #326
326: ref: pass our lib as lib.our to the module system r=Pacman99 a=blaggacao

At least we don't find ourselves with strange module signatures
and use something that looks like a dedicated namespace within
he module system: `config.lib`

---

```shell
➜  devos git:(da/pass-lib-as-config-lib) rg ourLib
➜  devos git:(da/pass-lib-as-config-lib) # nothing found
```

Co-authored-by: David Arnold <dar@xoe.solutions>
2021-06-14 06:45:35 +00:00
David Arnold
62683b24ac
ref: pass our lib as lib.our to the module system
At least we don't find ourselves with strange module signatures
and use something that looks like a dedicated namespace within
he module system: `config.lib`
2021-06-13 23:30:05 -05:00
David Arnold
e1d7178979 init: common flake compat fixes for other nixpkgs
fixes #315
2021-06-13 22:59:24 -05:00
David Arnold
0e1947b6f0
add upstream issue report template 2021-06-13 12:27:20 -05:00
9f6a8af128
stuff 2021-06-13 09:52:12 +03:00
bors[bot]
b3118a6ea2
Merge #301
301: Update core r=blaggacao a=Pacman99

Most of the changes were in digga

Co-authored-by: Pacman99 <pachum99@gmail.com>
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Co-authored-by: Pacman99 <pachum99@myrdd.info>
Co-authored-by: Jarosław Wygoda <jaroslaw@wygoda.me>
Co-authored-by: almostnobody <1583339+almostnobody@users.noreply.github.com>
2021-06-09 01:41:45 +00:00
Pacman99
a7c20465ec doc/suites: updating explanation of suites 2021-06-08 18:27:54 -07:00
Pacman99
5831adb061 flake: switch to digga master
To use the now released v0.2.0
2021-06-08 18:14:32 -07:00
Pacman99
4d1b3a5e13 Merge pull request #311 from almostnobody/patch-1
override module doc: fix #310
2021-06-08 14:11:56 -07:00
Pacman99
9dcc4adeef
Merge pull request #311 from almostnobody/patch-1
override module doc: fix #310
2021-06-08 14:07:19 -07:00
almostnobody
d852305c4c
Update doc/concepts/overrides.md
Co-authored-by: Pacman99 <pachum99@myrdd.info>
2021-06-08 22:24:24 +03:00
almostnobody
c30e8c5ca2
override module doc: fix #310 2021-06-08 22:10:17 +03:00
c286cf9903
stuff 2021-06-08 15:07:11 +03:00
Pacman99
fb41643ed6
Merge pull request #304 from Pacman99/update-docs
docs: general updates
2021-06-05 10:13:06 -07:00
Pacman99
fe3a624930 docs: general updates 2021-06-05 10:10:05 -07:00
03e5c0d183
chore(deps): update flake deps 2021-06-05 09:14:57 +03:00
6d4e2b5157
stuff 2021-06-05 09:13:41 +03:00
0effad1ccc
chore(deps): update flake deps 2021-06-04 23:54:38 +03:00
15ab80ce45
chore: updates 2021-06-04 16:33:17 +03:00
Pacman99
30892d83eb gitignore: add flk command results 2021-06-03 22:42:45 -07:00
bors[bot]
1a87b83b5d
Merge #302
302: customBuilds: add digitalOcean r=Pacman99 a=jwygoda

https://github.com/divnix/digga/pull/42

Co-authored-by: Jarosław Wygoda <jaroslaw@wygoda.me>
2021-06-03 07:45:26 +00:00
Jarosław Wygoda
454b27937f customBuilds: add digitalOcean 2021-06-03 08:48:25 +02:00
Pacman99
7110767300
Merge pull request #300 from Pacman99/update-digga
flake: update to new digga api
2021-06-01 12:40:31 -07:00
Pacman99
8e250d5084 flake: add agenix to devShell 2021-06-01 11:32:20 -07:00
Pacman99
d9082066f7 flake: update to new digga api 2021-06-01 11:32:20 -07:00
ac7bb7cecf
chore(deps): update flake deps 2021-05-30 17:31:27 +03:00
3e4c43013b
a 2021-05-28 19:52:35 +03:00
be53b5b4b6
proper registry 2021-05-28 19:37:09 +03:00
08dfd1b7cb
Revert "gnome"
This reverts commit 841d1fd7cc.
2021-05-28 19:04:54 +03:00
841d1fd7cc
gnome 2021-05-28 19:04:47 +03:00
e00bd77988
Revert "Revert "Revert "plasma"""
This reverts commit f50858dfd8.
2021-05-28 18:40:25 +03:00
f50858dfd8
Revert "Revert "plasma""
This reverts commit 2d2750eff6.
2021-05-28 18:31:40 +03:00
764c4e6398
stuff 2021-05-28 18:30:15 +03:00
2b9d655c98
remove workaroundü 2021-05-28 17:38:36 +03:00
36fd4bd6c9
chore(deps): update flake deps 2021-05-28 17:33:26 +03:00
2d2750eff6
Revert "plasma"
This reverts commit d3af3d0659.
2021-05-28 02:08:33 +03:00