Merge pull request 'switch back to main' (#473) from Mic92-maddy into main
All checks were successful
assets1 / test (push) Successful in 22s
checks / test (push) Successful in 43s
checks-impure / test (push) Successful in 1m22s

This commit is contained in:
clan-bot 2023-11-08 09:23:53 +00:00
commit c66272761e
2 changed files with 7 additions and 9 deletions

View File

@ -98,16 +98,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1699007274,
"narHash": "sha256-m0NH2trnW8cOhona6m3hWkeDZ28BV/wAGPd/YWik23g=",
"owner": "Mic92",
"lastModified": 1699354722,
"narHash": "sha256-abmqUReg4PsyQSwv4d0zjcWpMHrd3IFJiTb2tZpfF04=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fcb19bae00e9d3fd5ecf4a1f80cf33248bf7f714",
"rev": "cfbb29d76949ae53c457f152c52c173ea4bdd862",
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "deltachat",
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -5,9 +5,7 @@
nixConfig.extra-trusted-public-keys = [ "cache.clan.lol-1:3KztgSAB5R1M+Dz7vzkBGzXdodizbgLXGXKXlcQLA28=" ];
inputs = {
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# https://github.com/NixOS/nixpkgs/pull/265024
nixpkgs.url = "github:Mic92/nixpkgs/deltachat";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
floco.url = "github:aakropotkin/floco";
floco.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";