Compare commits

...

3 commits

Author SHA1 Message Date
8caeecf09d
Build darwinConfigurations 2024-12-15 23:32:59 -06:00
daea7c7a0e
Upgrade nixpkgs 2024-12-15 23:32:49 -06:00
fd409fa411
all: Include aria2 2024-12-15 23:32:38 -06:00
4 changed files with 12 additions and 12 deletions

20
flake.lock generated
View file

@ -92,11 +92,11 @@
]
},
"locked": {
"lastModified": 1732884235,
"narHash": "sha256-r8j6R3nrvwbT1aUp4EPQ1KC7gm0pu9VcV1aNaB+XG6Q=",
"lastModified": 1734093295,
"narHash": "sha256-hSwgGpcZtdDsk1dnzA0xj5cNaHgN9A99hRF/mxMtwS4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "819f682269f4e002884702b87e445c82840c68f2",
"rev": "66c5d8b62818ec4c1edb3e941f55ef78df8141a8",
"type": "github"
},
"original": {
@ -127,11 +127,11 @@
]
},
"locked": {
"lastModified": 1732603785,
"narHash": "sha256-AEjWTJwOmSnVYsSJCojKgoguGfFfwel6z/6ud6UFMU8=",
"lastModified": 1733570843,
"narHash": "sha256-sQJAxY1TYWD1UyibN/FnN97paTFuwBw3Vp3DNCyKsMk=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "6ab87b7c84d4ee873e937108c4ff80c015a40c7a",
"rev": "a35b08d09efda83625bef267eb24347b446c80b8",
"type": "github"
},
"original": {
@ -142,16 +142,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1732991309,
"narHash": "sha256-78OVOEmSJ+DB1SlA/r5QTSY3ovN9E2zcvTSIt/L7M08=",
"lastModified": 1734119587,
"narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3016300db4368b14ba884d3a3b3f891eccc140af",
"rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "staging-next",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -3,7 +3,7 @@
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/staging-next";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
apple-silicon-support = {
url = "github:zzywysm/nixos-asahi";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -9,5 +9,4 @@ builds:
# They are otherwise built.
- devShell.x86_64-linux
- homeConfigurations.*
- darwinConfigurations.*
- nixosConfigurations.*

View file

@ -3,6 +3,7 @@
{
# Commonly used packages.
home.packages = with pkgs; [
aria2
binwalk
bun
cachix