diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2024-01-07 12:00:08 -0500 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2024-01-07 12:00:08 -0500 |
| commit | 7b79203f54853733d4fae88943829d0e24e6e49f (patch) | |
| tree | a352d199fad7453332b9308a6295164157729f27 /overlay.nix | |
| parent | 184bd30bcb303104a4981ac742d8f8961c5477e7 (diff) | |
| download | nix-config-7b79203f54853733d4fae88943829d0e24e6e49f.tar.gz nix-config-7b79203f54853733d4fae88943829d0e24e6e49f.tar.bz2 nix-config-7b79203f54853733d4fae88943829d0e24e6e49f.zip | |
massive overhaul
Diffstat (limited to 'overlay.nix')
| -rw-r--r-- | overlay.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/overlay.nix b/overlay.nix new file mode 100644 index 0000000..d79b87c --- /dev/null +++ b/overlay.nix @@ -0,0 +1,10 @@ +{ + inputs, + system, + ... +}: final: prev: { + stable = import inputs.nixpkgs-stable { + inherit system; + config.allowUnfree = true; + }; +} |
