Daniel Nagy
3275377abd
Add emacs-overlay
2022-04-09 21:51:27 +02:00
Rok Garbas
8cd4806208
Merge pull request #22 from ncfavier/nixos-search
...
Add nixos-search
2022-04-01 23:42:49 +02:00
Naïm Favier
fabf9b4dcb
add nixos-search
2022-03-31 13:02:22 +02:00
Rok Garbas
8acd341882
Merge pull request #19 from Enzime/add/nix-darwin
...
Add nix-darwin
2022-03-14 09:13:35 +01:00
Michael Hoang
3dc255b850
Add nix-darwin
2022-03-14 15:11:56 +11:00
Rok Garbas
281be9657a
Merge pull request #21 from tomberek/patch-1
...
add bundlers
2022-03-10 20:21:15 +01:00
tomberek
10a2d9ce26
add bundlers
2022-03-09 17:22:48 -05:00
Rok Garbas
8d4ec27c73
Merge pull request #20 from nagy/poetry2nix
...
Add poetry2nix
2022-02-14 22:24:13 +01:00
Daniel Nagy
41a4fc71ed
Add poetry2nix
2022-02-14 18:46:32 +01:00
Rok Garbas
c4ed6ef2f5
Merge pull request #18 from dywedir/patch-1
...
Fix flake-utils entry
2022-01-28 10:50:28 +01:00
Vlad M
cd659b31eb
Fix flake-utils entry
2021-12-10 17:02:13 +02:00
Eelco Dolstra
142683660d
Merge pull request #17 from NixOS/use-nixos-unstable
...
nixpkgs: Use nixpkgs-unstable instead of master
2021-12-10 15:42:29 +01:00
Eelco Dolstra
19c616b524
Merge branch 'master' of https://github.com/ehmry/flake-registry
2021-12-10 13:04:02 +01:00
Eelco Dolstra
b5f355fdf0
Merge branch 'add-fenix' of https://github.com/figsoda/flake-registry
2021-12-10 13:02:02 +01:00
Eelco Dolstra
cdb4a11b56
Merge branch 'patch-1' of https://github.com/DavHau/flake-registry
2021-12-10 13:00:54 +01:00
Eelco Dolstra
269b1060df
Merge branch 'flake-utils' of https://github.com/Mic92/flake-registry
2021-12-10 13:00:26 +01:00
Eelco Dolstra
73126db3f1
Merge pull request #12 from shlevy/agda
...
Add agda to the registry.
2021-12-10 12:58:51 +01:00
Eelco Dolstra
2fc6f3f295
Merge pull request #11 from i077/patch-1
...
Add home-manager
2021-12-10 12:58:33 +01:00
Eelco Dolstra
abcb263b60
nixpkgs: Use nixpkgs-unstable instead of master
...
Note that nixos-unstable is the latest commit on master that has been
fully built by Hydra and has passed the tests.
2021-12-10 12:57:04 +01:00
DavHau
db63d7c1d5
add dreampkgs
...
dreampkgs is a collection of software packages managed with dream2nix, a framework for automated packaging.
2021-11-19 18:46:55 +07:00
figsoda
fac437f83b
add fenix
2021-09-20 21:35:52 -04:00
Shea Levy
a3d17a055f
Add agda to the registry.
...
https://github.com/agda/agda/pull/5502 created a flake.
2021-08-13 14:59:14 -04:00
Imran Hossain
8328a1dd3c
Add home-manager
2021-08-13 09:54:19 -04:00
Jörg Thalheim
58cfe27675
add flake-utils
...
one of the most used flakes
2021-07-27 18:47:25 +02:00
Emery Hemingway
b7cf151f23
Add gemini flake
...
Software related to the experimental Gemini protocol.
2021-05-03 10:32:34 +02:00
Eelco Dolstra
846277a41f
Remove legacy nixpkgs entry
2021-03-01 11:53:21 +01:00
Eelco Dolstra
94269f4cd4
Merge pull request #5 from DavHau/master
...
add mach-nix (access python packages from pypi)
2020-12-01 11:42:54 +01:00
Eelco Dolstra
6a2f0df742
Add nickel
2020-11-25 14:38:12 +01:00
Eelco Dolstra
0b64407b56
Add nix-serve
2020-11-24 15:34:20 +01:00
DavHau
5b16109e3a
add mach-nix (access python packages from pypi)
2020-10-08 02:06:09 +07:00
Eelco Dolstra
090d2e959a
Merge pull request #4 from ehmry/master
...
Nixops: move to master branch
2020-08-18 08:54:34 +02:00
Emery Hemingway
34132885bc
Nixops: move to master branch
2020-08-18 08:14:38 +02:00
Eelco Dolstra
a242bb9ca5
Merge pull request #3 from Mic92/nixos-hardware
...
add nixos-hardware
2020-08-17 12:49:43 +02:00
Eelco Dolstra
958aa849ec
Merge pull request #2 from Mic92/nur
...
add nur to registry
2020-08-17 12:49:19 +02:00
Eelco Dolstra
1c73a8e651
nix: Use master branch
2020-07-17 14:58:45 +02:00
Jörg Thalheim
c25273c8b4
add nixos-hardware
2020-07-06 14:53:00 +01:00
Jörg Thalheim
e4837a3600
add nur to registry
...
[NUR](https://github.com/nix-community/NUR ) is a meta-repository of
packages/NixOS modules/overlays/home-manager modules.
We currently have 106 different repositories.
At the moment we only expose packages via an overlay in our nix flake:
https://github.com/nix-community/NUR/#flake-support
Each user has its own namespace in NUR.
Expressions are only reviewed coarse grained so users
are advised to verify the used user repository directly.
NUR performs evaluation updates against each repository before
updating the reference in the repo NUR metadata.
User repositories are imported via fetchzip with checksum
so pure evaluation with flakes works.
We also provide a package search here for discoverability:
https://nur.nix-community.org/
In future we might explore different approaches to expose NUR via flakes,
however given that nix flakes will stay experimental for a while,
this can take some time.
2020-07-06 12:39:18 +01:00
Eelco Dolstra
38e5feafb8
Reformat
2020-06-04 20:15:11 +02:00
Eelco Dolstra
7146548a0a
Add templates flake
2020-06-04 20:13:34 +02:00
Eelco Dolstra
803380adec
hydra: Use master branch
2020-04-09 16:26:26 +02:00
Eelco Dolstra
8462f50884
subdir -> dir
2020-02-20 23:43:14 +01:00
Eelco Dolstra
432eb3cd78
blender-bin: Add missing subdir attribute
2020-02-20 22:16:45 +01:00
Eelco Dolstra
ce52fe18d8
Fix nixpkgs/release-19.09 redirect
2020-02-15 16:27:07 +01:00
Eelco Dolstra
c3905fc325
nixpkgs: Move to NixOS/nixpkgs
...
Keep nixpkgs/release-19.09 around since we haven't backported the
flake.
2020-02-10 16:48:49 +01:00
Eelco Dolstra
859b32c14f
Convert registry to version 2
2020-02-10 16:45:47 +01:00
Eelco Dolstra
0fa5cb36fa
Merge pull request #1 from ehmry/nimble
...
Add Nimble packages flake
2020-02-06 14:16:09 +01:00
Emery Hemingway
5bfb0451bf
Add Nimble packages flake
...
Nimble is the package manager of the Nim programming language.
2020-02-06 09:23:27 +01:00
Eelco Dolstra
1a31c0bdc8
Use flake: URLs
2020-01-20 14:27:38 +01:00
Eelco Dolstra
c5a708b9db
Sort
2019-09-26 18:57:18 +02:00
Eelco Dolstra
dd8299fa6c
Add nixops
2019-09-26 18:56:19 +02:00