mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:36:11 +01:00
BREAKING-CHANGE: changed nixpkgs to stable 24.11 + structure change + fmt
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{ inputs, pkgs, rust-overlay, ... }:
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
rust-overlay,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# general
|
||||
docker
|
||||
|
||||
Reference in New Issue
Block a user