s/dog/doge, and unlock nixpkgs
This commit is contained in:
parent
006bb4335b
commit
ca5f7423e3
3 changed files with 8 additions and 9 deletions
13
nix/home-manager/flake.lock
generated
13
nix/home-manager/flake.lock
generated
|
@ -143,11 +143,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718011381,
|
"lastModified": 1718458449,
|
||||||
"narHash": "sha256-sFXI+ZANp/OC+MwfJoZgPSf4xMdtzQMe1pS3FGti4C8=",
|
"narHash": "sha256-FcX3/lTbb+WIW783b18SPudPYhdmmNLQADf4S3SsZos=",
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "nix-index-database",
|
"repo": "nix-index-database",
|
||||||
"rev": "88ad3d7501e22b2401dd72734b032b7baa794434",
|
"rev": "963639a87fb7f746d45f14b8ab429d2c52dbb396",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -230,17 +230,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718269811,
|
"lastModified": 1718484685,
|
||||||
"narHash": "sha256-tUgqGTbLT2F1g+dxUrm0iTk+Xs32i8HOHVh+WAdQehE=",
|
"narHash": "sha256-jLnOYCGN/K5/LwojAa7GMeuVyfRrhODXFc2UWosfcb8=",
|
||||||
"owner": "nixOS",
|
"owner": "nixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d2679dcbf1a032b0583915a8e3f9faffe936e9f1",
|
"rev": "ce18a544fe31be0b0106a61700373e40335d595f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixOS",
|
"owner": "nixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d2679dcbf1a032b0583915a8e3f9faffe936e9f1",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Specify the source of Home Manager and Nixpkgs.
|
# Specify the source of Home Manager and Nixpkgs.
|
||||||
nixpkgs = {url = "github:nixOS/nixpkgs/d2679dcbf1a032b0583915a8e3f9faffe936e9f1";};
|
nixpkgs = {url = "github:nixOS/nixpkgs";};
|
||||||
flake-utils.url = "github:numtide/flake-utils"; # not directly used, but common source for the several flakes that do use it
|
flake-utils.url = "github:numtide/flake-utils"; # not directly used, but common source for the several flakes that do use it
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
|
|
@ -27,7 +27,7 @@ in {
|
||||||
curl
|
curl
|
||||||
devenv
|
devenv
|
||||||
docker-client
|
docker-client
|
||||||
dogdns
|
dogedns
|
||||||
erdtree
|
erdtree
|
||||||
erg
|
erg
|
||||||
emacs
|
emacs
|
||||||
|
|
Loading…
Add table
Reference in a new issue