Compare commits
3 commits
39c997a1e2
...
8caeecf09d
Author | SHA1 | Date | |
---|---|---|---|
8caeecf09d | |||
daea7c7a0e | |||
fd409fa411 |
4 changed files with 12 additions and 12 deletions
20
flake.lock
generated
20
flake.lock
generated
|
@ -92,11 +92,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732884235,
|
"lastModified": 1734093295,
|
||||||
"narHash": "sha256-r8j6R3nrvwbT1aUp4EPQ1KC7gm0pu9VcV1aNaB+XG6Q=",
|
"narHash": "sha256-hSwgGpcZtdDsk1dnzA0xj5cNaHgN9A99hRF/mxMtwS4=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "819f682269f4e002884702b87e445c82840c68f2",
|
"rev": "66c5d8b62818ec4c1edb3e941f55ef78df8141a8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -127,11 +127,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732603785,
|
"lastModified": 1733570843,
|
||||||
"narHash": "sha256-AEjWTJwOmSnVYsSJCojKgoguGfFfwel6z/6ud6UFMU8=",
|
"narHash": "sha256-sQJAxY1TYWD1UyibN/FnN97paTFuwBw3Vp3DNCyKsMk=",
|
||||||
"owner": "LnL7",
|
"owner": "LnL7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "6ab87b7c84d4ee873e937108c4ff80c015a40c7a",
|
"rev": "a35b08d09efda83625bef267eb24347b446c80b8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -142,16 +142,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732991309,
|
"lastModified": 1734119587,
|
||||||
"narHash": "sha256-78OVOEmSJ+DB1SlA/r5QTSY3ovN9E2zcvTSIt/L7M08=",
|
"narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3016300db4368b14ba884d3a3b3f891eccc140af",
|
"rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"ref": "staging-next",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Specify the source of Home Manager and Nixpkgs.
|
# 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 = {
|
apple-silicon-support = {
|
||||||
url = "github:zzywysm/nixos-asahi";
|
url = "github:zzywysm/nixos-asahi";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
@ -9,5 +9,4 @@ builds:
|
||||||
# They are otherwise built.
|
# They are otherwise built.
|
||||||
- devShell.x86_64-linux
|
- devShell.x86_64-linux
|
||||||
- homeConfigurations.*
|
- homeConfigurations.*
|
||||||
- darwinConfigurations.*
|
|
||||||
- nixosConfigurations.*
|
- nixosConfigurations.*
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
# Commonly used packages.
|
# Commonly used packages.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
aria2
|
||||||
binwalk
|
binwalk
|
||||||
bun
|
bun
|
||||||
cachix
|
cachix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue