chore: nixfmt *

This commit is contained in:
steveej 2022-10-31 11:04:38 +01:00
parent e5be2f82f3
commit 7cd97ca6d9
6 changed files with 183 additions and 17 deletions

View file

@ -2,8 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = ''
26eb67abc9a7370a51fcb86ece18eaf19ae9207f'';
rev = "26eb67abc9a7370a51fcb86ece18eaf19ae9207f";
};
in {
@ -13,25 +12,21 @@ in {
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
fdebb81f45a1ba2c4afca5fd9f526e1653ad0949'';
rev = "fdebb81f45a1ba2c4afca5fd9f526e1653ad0949";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
83018dd5d795a7f0729c94c2d234986f2858c300'';
rev = "83018dd5d795a7f0729c94c2d234986f2858c300";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
06e2c42ae411d57087217096cacb409ade96ac74'';
rev = "06e2c42ae411d57087217096cacb409ade96ac74";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = ''
b81e128fc053ab3159d7b464d9b7dedc9d6a6891'';
rev = "b81e128fc053ab3159d7b464d9b7dedc9d6a6891";
};
}